diff --git a/.travis.yml b/.travis.yml index a007545..54e0bc4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ cache: env: global: - COMPOSER_ARGS="--no-interaction" - - COVERAGE_DEPS="satooshi/php-coveralls" + - COVERAGE_DEPS="php-coveralls/php-coveralls" - LEGACY_DEPS="phpunit/phpunit" matrix: @@ -90,4 +90,4 @@ script: - if [[ $CHECK_CS == 'true' ]]; then composer cs-check ; fi after_script: - - if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer upload-coverage ; fi + - if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry vendor/bin/php-coveralls -v ; fi diff --git a/composer.json b/composer.json index 3c3f123..fba1a42 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,6 @@ "@cs-check", "@test" ], - "upload-coverage": "coveralls -v", "cs-check": "phpcs", "cs-fix": "phpcbf fix -v", "test": "phpunit",