File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 77 - $HOME/.composer/cache
88
99php :
10- - 5.5
11- - 5.6
12- - 7.0
1310 - 7.1
1411 - 7.2
1512 - 7.3
@@ -23,15 +20,10 @@ branches:
2320 - /^analysis-.*$/
2421
2522matrix :
26- allow_failures :
27- - php : hhvm
28- dist : trusty
2923 fast_finish : true
3024 include :
31- - php : 5.5
25+ - php : 7.1
3226 env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
33- - php : hhvm
34- dist : trusty
3527
3628before_install :
3729 - travis_retry composer self-update
Original file line number Diff line number Diff line change 99 }
1010 ],
1111 "require" : {
12- "php" : " ^5.5 || ^7.0 " ,
12+ "php" : " ^7.1 " ,
1313 "symfony/options-resolver" : " ^2.6 || ^3.0 || ^4.0" ,
1414 "php-http/httplug" : " ^1.0" ,
1515 "php-http/message-factory" : " ^1.0.2" ,
You can’t perform that action at this time.
0 commit comments