File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11language : php
22php :
3- - 5.4
4- - 5.5
53 - 5.6
64 - 7.0
75 - 7.1
86 - 7.2
9- - nightly
10- - hhvm
7+ - 7.3
8+ - 7.4
119before_script :
1210 - composer install
1311script : ./vendor/bin/phpunit
Original file line number Diff line number Diff line change 2121
2222 "require-dev" : {
2323 "phpunit/phpunit" : " ^4.8" ,
24- "mikey179/vfsStream " : " ^1.6" ,
24+ "mikey179/vfsstream " : " ^1.6" ,
2525 "ext-zip" : " *" ,
2626 "ext-bz2" : " *"
2727 },
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ if [ -z "$TRAVIS" ]; then
2626 DST=' docs'
2727else
2828 DST=' ../gh-pages'
29- if [ " $TRAVIS_PHP_VERSION " != ' 5.6 ' ]; then exit ; fi
29+ if [ " $TRAVIS_PHP_VERSION " != ' 7.2 ' ]; then exit ; fi
3030 if [ " $TRAVIS_BRANCH " != " $BRANCH " ]; then exit ; fi
3131 if [ " $TRAVIS_PULL_REQUEST " != ' false' ]; then exit ; fi
3232 if [ -z " $GH_TOKEN " ]; then
You can’t perform that action at this time.
0 commit comments