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 27f58cb commit 32cbbceCopy full SHA for 32cbbce
.travis.yml
@@ -16,7 +16,7 @@ script: ./vendor/bin/phpunit --coverage-clover=coverage.clover
16
17
after_script:
18
- wget https://scrutinizer-ci.com/ocular.phar
19
- - php ocular.phar code-coverage:upload --access-token=SCRUTINIZER_TOKEN --format=php-clover coverage.clover
+ - php ocular.phar code-coverage:upload --access-token=$SCRUTINIZER_TOKEN --format=php-clover coverage.clover 2>&1
20
21
branches:
22
only:
0 commit comments