Skip to content

Commit a087559

Browse files
author
mikey179
committed
fix coveralls integration
1 parent 935a0f8 commit a087559

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: docs/phpunit/clover.xml
2+
json_path: docs/phpunit/coveralls-upload.json

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ before_script:
99
- cp .travis.composer.config.json ~/.composer/config.json
1010
- composer self-update
1111
- composer install
12-
- composer require satooshi/php-coveralls:dev-master
12+
- composer require satooshi/php-coveralls
1313

1414
script:
1515
- vendor/bin/phpunit --coverage-text
1616

1717
after_script:
18-
- vendor/bin/coveralls
18+
- travis_retry vendor/bin/coveralls

0 commit comments

Comments
 (0)