diff --git a/.travis.yml b/.travis.yml index 5730088..246a34d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ script: after_script: - | - if [[ "$TRAVIS_PHP_VERSION" != '7.3' && "$TRAVIS_PHP_VERSION" != '7.0' ]]; then + if [[ "$TRAVIS_PHP_VERSION" != '7.3' ]]; then wget https://scrutinizer-ci.com/ocular.phar php ocular.phar code-coverage:upload --format=php-clover coverage.clover fi