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 312cfba commit 1f24fb5Copy full SHA for 1f24fb5
.travis.yml
@@ -19,6 +19,9 @@ before_script:
19
script:
20
- bin/phing
21
after_script:
22
- - php bin/coveralls -v --config build/coveralls.yml
+ - if [ "${TRAVIS_ALLOW_FAILURE}" = false ]; then
23
+ wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.0/coveralls.phar
24
+ && php coveralls.phar --verbose --config build/coveralls.yml;
25
+ fi
26
notifications:
27
email: false
composer.json
@@ -16,8 +16,7 @@
16
"jakub-onderka/php-parallel-lint": "^0.9.2",
17
"phing/phing": "^2.16",
18
"phpstan/phpstan": "^0.6.3",
- "phpunit/phpunit": "^6.0.1",
- "satooshi/php-coveralls": "^1.0"
+ "phpunit/phpunit": "^6.0.1"
},
"autoload": {
"psr-4": {
0 commit comments