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 bbcc439 commit 9c4c046Copy full SHA for 9c4c046
.travis.yml
@@ -19,7 +19,7 @@ before_script:
19
- if [ "${DEPENDENCIES}" = "highest" ]; then composer update --prefer-dist --no-interaction --no-progress; fi;
20
script:
21
- bin/phing
22
-after_script:
23
- - if [ "${TRAVIS_ALLOW_FAILURE}" = false ]; then wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.0/coveralls.phar && php coveralls.phar --verbose --config build/coveralls.yml; fi
+after_success:
+ - wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.1.0/php-coveralls.phar && php php-coveralls.phar --verbose --config build/coveralls.yml
24
notifications:
25
email: false
0 commit comments