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

Commit 6c415da

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 b382c6e commit 6c415da

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
@@ -13,7 +13,7 @@ cache:
1313
env:
1414
global:
1515
- COMPOSER_ARGS="--no-interaction"
16-
- COVERAGE_DEPS="satooshi/php-coveralls"
16+
- COVERAGE_DEPS="php-coveralls/php-coveralls"
1717
- LEGACY_DEPS="phpunit/phpunit"
1818
- TESTS_ZEND_HTTP_CLIENT_ONLINE=true
1919

@@ -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 travis_retry php vendor/bin/php-coveralls -v ; fi
8181

8282
notifications:
8383
email: false

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
"cs-check": "phpcs",
5858
"cs-fix": "phpcbf",
5959
"test": "phpunit --colors=always",
60-
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
61-
"upload-coverage": "coveralls -v"
60+
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
6261
}
6362
}

0 commit comments

Comments
 (0)