We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e07e84 + 217cc16 commit 48054b7Copy full SHA for 48054b7
.coveralls.yml
@@ -1,3 +1 @@
1
service_name: travis-ci
2
-
3
-src_dir: library
.travis.yml
@@ -21,7 +21,8 @@ before_script:
21
22
script: vendor/bin/phpunit -c phpunit.xml.travis -v
23
24
-after_script: vendor/bin/coveralls -v
+after_success:
25
+ - travis_retry php vendor/bin/coveralls -v
26
27
matrix:
28
exclude:
composer.json
@@ -19,7 +19,7 @@
19
"phpunit/phpunit": "~3.7",
20
"squizlabs/php_codesniffer": "~1.4",
"zendframework/zendframework1": "~1.12",
- "satooshi/php-coveralls": "~0.6"
+ "satooshi/php-coveralls": "~1.0"
},
"extra": {
"branch-alias": {
0 commit comments