Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 61bd5dd

Browse files
committed
updated travis yml
1 parent 9b8f9d5 commit 61bd5dd

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
@@ -73,7 +73,7 @@ install:
7373
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update --prefer-lowest --prefer-stable $COMPOSER_ARGS ; fi
7474
- if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --dev $COMPOSER_ARGS satooshi/php-coveralls:^1.0 ; fi
7575
- travis_retry composer install $COMPOSER_ARGS
76-
- if [[ $TRAVIS_PHP_VERSION =~ ^5.6 ]; then travis_retry composer install $COMPOSER_ARGS --with-dependencies $LEGACY_DEPS ; fi
76+
- if [[ $TRAVIS_PHP_VERSION =~ ^5.6 ]]; then travis_retry composer install $COMPOSER_ARGS --with-dependencies $LEGACY_DEPS ; fi
7777
- composer show --installed
7878

7979
script:

0 commit comments

Comments
 (0)