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:
27
27
fast_finish : true
28
28
29
29
before_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;
31
31
- travis_retry composer self-update
32
32
33
33
install :
@@ -38,5 +38,5 @@ script:
38
38
- vendor/bin/phpunit --coverage-clover=coverage.clover --exclude-group integration
39
39
40
40
after_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