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

Commit cce01a2

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 d1967ef commit cce01a2

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:
@@ -70,7 +70,7 @@ script:
7070
- if [[ $CS_CHECK == 'true' ]]; then composer cs-check ; fi
7171

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

7575
notifications:
7676
email: false

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"cs-check": "phpcs",
5050
"cs-fix": "phpcbf",
5151
"test": "phpunit --colors=always",
52-
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
53-
"upload-coverage": "coveralls -v"
52+
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
5453
}
5554
}

0 commit comments

Comments
 (0)