File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,10 @@ language: php
33
44php :
55 - 5.4
6+ - 5.5.9
67 - 5.5
78 - 5.6
9+ - 7.0
810 - hhvm
911
1012before_script :
@@ -15,5 +17,5 @@ script:
1517 - phpunit --coverage-text --coverage-clover=coverage.clover
1618
1719after_script :
18- - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi;'
19- - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi;'
20+ - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "7.0" ] && [ "$TRAVIS_PHP_VERSION" != " hhvm" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi;'
21+ - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "7.0" ] && [ "$TRAVIS_PHP_VERSION" != " hhvm" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi;'
You can’t perform that action at this time.
0 commit comments