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 6c21b54 commit c718e07Copy full SHA for c718e07
.travis.yml
@@ -22,6 +22,6 @@ script:
22
23
after_script:
24
- travis_retry wget https://scrutinizer-ci.com/ocular.phar -O ocular.phar
25
- - travis_retry ocular.phar self-update
26
- - ocular --version
+ - travis_retry php ocular.phar self-update
+ - php ocular.phar --version
27
- travis_retry php ocular.phar code-coverage:upload --format=php-clover ./build/logs/coverage.clover
0 commit comments