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 32cbbce commit a9d4a24Copy full SHA for a9d4a24
.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 2>&1
+ - php ocular.phar code-coverage:upload --format=php-clover coverage.clover 2>&1
20
21
branches:
22
only:
0 commit comments