chore: Call ocular from PHP 8.1

This commit is contained in:
Chris Burgess 2022-06-17 23:34:30 +12:00 committed by Aryess
parent c4bd26f17d
commit ed0e429b1a

View file

@ -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