We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4e61a commit 0ecf59bCopy full SHA for 0ecf59b
.travis.yml
@@ -19,7 +19,7 @@ after_script:
19
- |
20
if [ $TRAVIS_PHP_VERSION = '7.1' ]; then
21
wget https://scrutinizer-ci.com/ocular.phar;
22
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
+ php ocular.phar code-coverage:upload --format=php-clover coverage.clover;
23
fi
24
25
notifications:
0 commit comments