Update .travis.yml

This commit is contained in:
Yusuf Kandemir 2018-11-15 09:07:13 +03:00
parent 405725977d
commit f4993272e8
1 changed files with 1 additions and 1 deletions

View File

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