File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 77 - $HOME/.composer/cache/files
88
99php :
10- - 5.6
11- - 7.0
1210 - 7.1
1311 - 7.2
12+ - 7.3
1413
1514env :
1615 global :
@@ -21,17 +20,13 @@ branches:
2120 - /^analysis-.*$/
2221
2322matrix :
24- allow_failures :
25- - php : hhvm
2623 fast_finish : true
2724 include :
28- - php : 5.6
25+ - php : 7.1
2926 env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
30- - php : hhvm
31- dist : trusty
3227
3328before_install :
34- - if [[ $COVERAGE != true && $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi
29+ - if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini; fi
3530
3631install :
3732 - travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
Original file line number Diff line number Diff line change 1111 }
1212 ],
1313 "require" : {
14- "php" : " ^5.6 || ^7.0 " ,
14+ "php" : " ^7.1 " ,
1515 "php-http/httplug" : " ^1.0" ,
1616 "react/http-client" : " ~0.5.9" ,
1717 "react/dns" : " ^1.0|^0.4.15" ,
You can’t perform that action at this time.
0 commit comments