chore: Call ocular from PHP 8.1
This commit is contained in:
parent
fa0bfc7f0a
commit
968fda877f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue