File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -2,9 +2,10 @@ sudo: false
22language : php
33
44php :
5- - 5.4
5+ - 5.5.9
66 - 5.5
77 - 5.6
8+ - 7.0
89 - hhvm
910
1011before_script :
@@ -15,5 +16,5 @@ script:
1516 - phpunit --coverage-text --coverage-clover=coverage.clover
1617
1718after_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;'
19+ - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "7.0" ] && [ "$TRAVIS_PHP_VERSION" != " hhvm" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi;'
20+ - 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