Update .travis.yml

Removed 7.0 from ignoring list because code coverage can be generated for PHP 7.0.
This commit is contained in:
Yusuf Kandemir 2018-11-15 09:17:23 +03:00
parent f4993272e8
commit 59d302176d
1 changed files with 1 additions and 1 deletions

View File

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