From cb29e5a23f175951d9d8ce9344adbb668d29cb35 Mon Sep 17 00:00:00 2001 From: Giancarlos Salas Date: Wed, 24 Oct 2018 22:52:16 -0500 Subject: [PATCH] fix coveralls tool --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dde3669..263a1df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ before_script: - composer install --prefer-source --no-interaction install: - - composer require satooshi/php-coveralls + - composer require php-coveralls/php-coveralls - | if [ $(phpenv version-name) = "7.1" ]; then composer require --dev phpstan/phpstan; @@ -23,4 +23,4 @@ script: - vendor/bin/phpunit --configuration phpunit.xml --coverage-clover build/logs/clover.xml after_success: - - travis_retry php vendor/bin/coveralls -v \ No newline at end of file + - travis_retry php vendor/bin/php-coveralls -v \ No newline at end of file