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

Commit 2712a13

Browse files
committed
Merge pull request #282 from webimpress/hotfix/php-coveralls
Updated to php-coveralls/php-coveralls
2 parents 84a3339 + 9f7e9aa commit 2712a13

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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
- LEGACY_DEPS="phpunit/phpunit"
1414

1515
matrix:
@@ -70,7 +70,7 @@ script:
7070
- if [[ $CHECK_CS == 'true' ]]; then composer cs-check ; fi
7171

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

7575
notifications:
7676
email: false

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"@cs-check",
5555
"@test"
5656
],
57-
"upload-coverage": "coveralls -v",
5857
"cs-check": "phpcs",
5958
"cs-fix": "phpcbf",
6059
"test": "phpunit --colors=always",

0 commit comments

Comments
 (0)