We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0087179 commit c8ae67cCopy full SHA for c8ae67c
.travis.yml
@@ -29,7 +29,7 @@ cache:
29
- $HOME/.composer/cache
30
31
before_install:
32
- - if [[ -v $DEPENDENCIES ]]; then composer require --no-update $DEPENDENCIES; fi;
+ - if [ "$DEPENDENCIES" != "" ]; then composer require --no-update $DEPENDENCIES; fi;
33
- echo "memory_limit=2G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
34
35
install: composer update --prefer-dist --no-interaction $COMPOSER_FLAGS
0 commit comments