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

Commit 245a561

Browse files
committed
Merge pull request #69 from webimpress/hotfix/php-coveralls
Updated to php-coveralls/php-coveralls Conflicts: .travis.yml
2 parents b9cecc6 + eb3975c commit 245a561

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.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:
@@ -72,7 +72,7 @@ script:
7272
- if [[ $CS_CHECK == 'true' ]]; then composer cs-check ; fi
7373

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

7777
notifications:
7878
email: false

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
"cs-check": "phpcs",
5454
"cs-fix": "phpcbf",
5555
"test": "phpunit --colors=always",
56-
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
57-
"upload-coverage": "coveralls -v"
56+
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
5857
}
5958
}

0 commit comments

Comments
 (0)