Skip to content

Commit

Permalink
fix coveralls tool
Browse files Browse the repository at this point in the history
  • Loading branch information
giansalex committed Oct 25, 2018
1 parent e924f9a commit cb29e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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
- travis_retry php vendor/bin/php-coveralls -v

0 comments on commit cb29e5a

Please sign in to comment.