File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 5.4
5- - 5.5
6- - 5.6
74 - 7.0
85 - 7.1
96 - 7.2
107 - 7.3
8+ - 7.4
9+ - 8.0
1110 - hhvm
1211 - nightly
1312
@@ -35,6 +34,6 @@ script:
3534 - if [ "$TRAVIS_PHP_VERSION" == "nightly" ]; then vendor/bin/phpunit; fi
3635
3736after_script :
38- - if [ "$TRAVIS_PHP_VERSION" == "7.0 " ] || [ "$TRAVIS_PHP_VERSION" == "7.1 " ] || [ "$TRAVIS_PHP_VERSION" == "7.2 " ]; then php vendor/bin/php-coveralls -v; fi
39- - if [ "$TRAVIS_PHP_VERSION" == "7.0 " ] || [ "$TRAVIS_PHP_VERSION" == "7.1 " ] || [ "$TRAVIS_PHP_VERSION" == "7.2 " ]; then wget https://scrutinizer-ci.com/ocular.phar; fi
40- - if [ "$TRAVIS_PHP_VERSION" == "7.0 " ] || [ "$TRAVIS_PHP_VERSION" == "7.1 " ] || [ "$TRAVIS_PHP_VERSION" == "7.2 " ]; then php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml; fi
37+ - if [ "$TRAVIS_PHP_VERSION" == "7.3 " ] || [ "$TRAVIS_PHP_VERSION" == "7.4 " ] || [ "$TRAVIS_PHP_VERSION" == "8.0 " ]; then php vendor/bin/php-coveralls -v; fi
38+ - if [ "$TRAVIS_PHP_VERSION" == "7.3 " ] || [ "$TRAVIS_PHP_VERSION" == "7.4 " ] || [ "$TRAVIS_PHP_VERSION" == "8.0 " ]; then wget https://scrutinizer-ci.com/ocular.phar; fi
39+ - if [ "$TRAVIS_PHP_VERSION" == "7.3 " ] || [ "$TRAVIS_PHP_VERSION" == "7.4 " ] || [ "$TRAVIS_PHP_VERSION" == "8.0 " ]; then php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml; fi
You can’t perform that action at this time.
0 commit comments