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

Commit cef1d82

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 5523511 commit cef1d82

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
@@ -16,7 +16,7 @@ cache:
1616
env:
1717
global:
1818
- COMPOSER_ARGS="--no-interaction"
19-
- COVERAGE_DEPS="satooshi/php-coveralls"
19+
- COVERAGE_DEPS="php-coveralls/php-coveralls"
2020
- LEGACY_DEPS="phpunit/phpunit"
2121
- LATEST_DEPS="zendframework/zend-mvc-plugin-flashmessenger zendframework/zend-mvc-i18n zendframework/zend-mvc-console"
2222
- SITE_URL=https://zendframework.github.io/zend-view
@@ -95,4 +95,4 @@ after_success:
9595
- if [[ $DEPLOY_DOCS == "true" ]]; then echo "Preparing to build and deploy documentation" ; ./zf-mkdoc-theme/deploy.sh ; echo "Completed deploying documentation" ; fi
9696

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

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@
8585
"cs-check": "phpcs",
8686
"cs-fix": "phpcbf",
8787
"test": "phpunit --colors=always",
88-
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
89-
"upload-coverage": "coveralls -v"
88+
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
9089
}
9190
}

0 commit comments

Comments
 (0)