From ed0e429b1a22e8401d75aac68bab05ccc754388e Mon Sep 17 00:00:00 2001 From: Chris Burgess Date: Fri, 17 Jun 2022 23:34:30 +1200 Subject: [PATCH] chore: Call ocular from PHP 8.1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a4fe2b7..06e26f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ script: after_script: - | - if [[ "$TRAVIS_PHP_VERSION" != 'hhvm' && "$TRAVIS_PHP_VERSION" != '7.0' ]]; then + if [[ "$TRAVIS_PHP_VERSION" = '8.1' ]]; then wget https://scrutinizer-ci.com/ocular.phar php ocular.phar code-coverage:upload --format=php-clover coverage.clover fi