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

Commit f9aac9d

Browse files
michalbundyraweierophinney
authored andcommitted
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 57327ff commit f9aac9d

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
@@ -14,7 +14,7 @@ cache:
1414
env:
1515
global:
1616
- COMPOSER_ARGS="--no-interaction"
17-
- COVERAGE_DEPS="satooshi/php-coveralls"
17+
- COVERAGE_DEPS="php-coveralls/php-coveralls"
1818
- LEGACY_DEPS="phpunit/phpunit"
1919

2020
matrix:
@@ -77,7 +77,7 @@ script:
7777
- if [[ $CS_CHECK == 'true' ]]; then composer cs-check ; fi
7878

7979
after_script:
80-
- if [[ $TEST_COVERAGE == 'true' ]]; then composer upload-coverage ; fi
80+
- if [[ $TEST_COVERAGE == 'true' ]]; then vendor/bin/php-coveralls -v ; fi
8181

8282
notifications:
8383
email: false

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"@cs-check",
4242
"@test"
4343
],
44-
"upload-coverage": "coveralls",
4544
"cs-check": "phpcs",
4645
"cs-fix": "phpcbf fix -v",
4746
"test": "phpunit",

0 commit comments

Comments
 (0)