File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1010 - 7.1
1111 - hhvm
1212
13- env :
14- - COMPOSER_OPTIONS="--prefer-stable"
15-
1613matrix :
1714 include :
15+ - php : 5.3
16+ env : COMPOSER_OPTIONS="--prefer-lowest"
1817 - php : 7.0
19- env : COMPOSER_OPTIONS="--prefer-lowest --prefer-stable "
18+ env : COMPOSER_OPTIONS="--prefer-lowest"
2019 - php : 7.1
2120 env : TEST_COVERAGE=true
2221 allow_failures :
@@ -31,7 +30,7 @@ before_install:
3130 - composer self-update
3231 - if [[ $TEST_COVERAGE ]]; then PHPUNIT_FLAGS="--coverage-clover clover.xml"; fi
3332
34- install : travis_retry composer update --no-interaction --prefer-dist $COMPOSER_OPTIONS
33+ install : travis_retry composer update --no-interaction --prefer-dist --prefer-stable $COMPOSER_OPTIONS
3534
3635script :
3736 - vendor/bin/phpunit -v $PHPUNIT_FLAGS
You can’t perform that action at this time.
0 commit comments