Update .travis.yml
This commit is contained in:
parent
405725977d
commit
f4993272e8
@ -25,7 +25,7 @@ script:
|
||||
|
||||
after_script:
|
||||
- |
|
||||
if [[ "$TRAVIS_PHP_VERSION" != 'hhvm' && "$TRAVIS_PHP_VERSION" != '7.0' ]]; then
|
||||
if [[ "$TRAVIS_PHP_VERSION" != '7.3' && "$TRAVIS_PHP_VERSION" != '7.0' ]]; then
|
||||
wget https://scrutinizer-ci.com/ocular.phar
|
||||
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user