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

Commit 9f7e9aa

Browse files
committed
Updated to php-coveralls/php-coveralls
With version 2 package has been renamed from "satooshi/php-coveralls" to "php-coveralls/php-coveralls", and the script has been renamed from "coveralls" to "php-coveralls"
1 parent 754a2ce commit 9f7e9aa

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

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

7777
notifications:
7878
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)