Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit 47d271e

Browse files
committed
Merge branch 'hotfix/56'
Close #56
2 parents dc3ac83 + a617556 commit 47d271e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.coveralls.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
coverage_clover: clover.xml
2+
json_path: coveralls-upload.json

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cache:
99
env:
1010
global:
1111
- COMPOSER_ARGS="--no-interaction"
12-
- COVERAGE_DEPS="satooshi/php-coveralls"
12+
- COVERAGE_DEPS="php-coveralls/php-coveralls"
1313

1414
matrix:
1515
include:
@@ -49,7 +49,7 @@ script:
4949
- if [[ $CS_CHECK == 'true' ]]; then composer cs-check ; fi
5050

5151
after_script:
52-
- if [[ $TEST_COVERAGE == 'true' ]]; then composer upload-coverage ; fi
52+
- if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry php vendor/bin/php-coveralls -v ; fi
5353

5454
notifications:
5555
email: false

0 commit comments

Comments
 (0)