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 a7d3aca commit 41266d5Copy full SHA for 41266d5
.travis.yml
@@ -31,9 +31,8 @@ jobs:
31
after_script:
32
- wget https://scrutinizer-ci.com/ocular.phar
33
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
34
- - wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar;
35
- - php coveralls.phar --verbose;
36
-
+ - wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar
+ - php coveralls.phar --verbose
37
38
cache:
39
directories:
0 commit comments