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 10
10
- 7.1
11
11
- hhvm
12
12
13
- env :
14
- - COMPOSER_OPTIONS="--prefer-stable"
15
-
16
13
matrix :
17
14
include :
15
+ - php : 5.3
16
+ env : COMPOSER_OPTIONS="--prefer-lowest"
18
17
- php : 7.0
19
- env : COMPOSER_OPTIONS="--prefer-lowest --prefer-stable "
18
+ env : COMPOSER_OPTIONS="--prefer-lowest"
20
19
- php : 7.1
21
20
env : TEST_COVERAGE=true
22
21
allow_failures :
@@ -31,7 +30,7 @@ before_install:
31
30
- composer self-update
32
31
- if [[ $TEST_COVERAGE ]]; then PHPUNIT_FLAGS="--coverage-clover clover.xml"; fi
33
32
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
35
34
36
35
script :
37
36
- vendor/bin/phpunit -v $PHPUNIT_FLAGS
You can’t perform that action at this time.
0 commit comments