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.
2 parents 0087179 + c8ae67c commit 6fd8db3Copy full SHA for 6fd8db3
.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