File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ matrix:
2727 fast_finish : true
2828
2929before_install :
30- - if [[ $TRAVIS_PHP_VERSION = hhv* ]]; then echo hhvm.php7.all=1 >> /etc/hhvm/php.ini; fi
30+ - if [[ $TRAVIS_PHP_VERSION = hhv* ]]; then echo hhvm.php7.all=1 >> /etc/hhvm/php.ini; fi;
3131 - travis_retry composer self-update
3232
3333install :
@@ -38,5 +38,5 @@ script:
3838 - vendor/bin/phpunit --coverage-clover=coverage.clover --exclude-group integration
3939
4040after_script :
41- - wget https://scrutinizer-ci.com/ocular.phar
42- - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
41+ - if [[ "$TRAVIS_PHP_VERSION" == '7.1' && "$deps" != low ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi;
42+ - if [[ "$TRAVIS_PHP_VERSION" == '7.1' && "$deps" != low ]]; 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