Skip to content

Commit 6fd8db3

Browse files
authored
Merge pull request #2697 from XWB/lts
Fixed Travis dependencies
2 parents 0087179 + c8ae67c commit 6fd8db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cache:
2929
- $HOME/.composer/cache
3030

3131
before_install:
32-
- if [[ -v $DEPENDENCIES ]]; then composer require --no-update $DEPENDENCIES; fi;
32+
- if [ "$DEPENDENCIES" != "" ]; then composer require --no-update $DEPENDENCIES; fi;
3333
- echo "memory_limit=2G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
3434

3535
install: composer update --prefer-dist --no-interaction $COMPOSER_FLAGS

0 commit comments

Comments
 (0)