Skip to content

Commit 48054b7

Browse files
committed
Merge pull request #406 from OndraM/update-coveralls
Update coveralls settings
2 parents 5e07e84 + 217cc16 commit 48054b7

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.coveralls.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
service_name: travis-ci
2-
3-
src_dir: library

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ before_script:
2121

2222
script: vendor/bin/phpunit -c phpunit.xml.travis -v
2323

24-
after_script: vendor/bin/coveralls -v
24+
after_success:
25+
- travis_retry php vendor/bin/coveralls -v
2526

2627
matrix:
2728
exclude:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"phpunit/phpunit": "~3.7",
2020
"squizlabs/php_codesniffer": "~1.4",
2121
"zendframework/zendframework1": "~1.12",
22-
"satooshi/php-coveralls": "~0.6"
22+
"satooshi/php-coveralls": "~1.0"
2323
},
2424
"extra": {
2525
"branch-alias": {

0 commit comments

Comments
 (0)