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

Commit 2394799

Browse files
committed
Merge pull request #142 from webimpress/hotfix/php-coveralls
Updated to php-coveralls/php-coveralls
2 parents e2e6acc + cef1d82 commit 2394799

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

9898
after_script:
99-
- if [[ $TEST_COVERAGE == 'true' ]]; then composer upload-coverage ; fi
99+
- 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)