File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - " 5.4"
5- - " 5.5"
64 - " 5.6"
75 - " 7.0"
86 - " 7.1"
97 - " 7.2"
108 - " 7.3"
11- - " hhvm"
129
1310matrix :
1411 include :
1512 - php : 5.3
1613 dist : precise
14+ - php : 5.4
15+ dist : trusty
16+ - php : 5.5
17+ dist : trusty
1718
1819sudo : false
1920
2021install : travis_retry composer install --no-interaction --prefer-source
2122
2223script :
23- - if [ "$TRAVIS_PHP_VERSION" == "hhvm" ]; then vendor/bin/phpunit; fi
24- - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover; fi
24+ - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
2525
2626after_script :
27- - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ] && [ "$TRAVIS_PHP_VERSION" != " 7.0" ]; then vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover; fi
27+ - if [ "$TRAVIS_PHP_VERSION" != "7.0" ]; then vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover; fi
You can’t perform that action at this time.
0 commit comments