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 fc31a88 commit 086787fCopy full SHA for 086787f
.travis.yml
@@ -13,9 +13,9 @@ install:
13
script:
14
- composer test
15
after_success:
16
- - wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.4.3/coveralls.phar
17
- - chmod +x coveralls.phar
18
- - ./coveralls.phar -v
+ - wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.4.3/php-coveralls.phar
+ - chmod +x php-coveralls.phar
+ - ./php-coveralls.phar -v
19
notifications:
20
irc:
21
channels:
0 commit comments