Skip to content

Commit

Permalink
Fix php-coveralls setup
Browse files Browse the repository at this point in the history
* Use new package name php-coveralls/php-coveralls
* Fix cli script name
  • Loading branch information
jsor committed May 9, 2019
1 parent edd18a6 commit 5754c36
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 @@ -21,5 +21,5 @@ script:
- ./vendor/bin/phpunit -v --coverage-text --coverage-clover=./build/logs/clover.xml

after_script:
- if [ -f ./build/logs/clover.xml ]; then travis_retry composer require satooshi/php-coveralls --no-interaction --update-with-dependencies; fi
- if [ -f ./build/logs/clover.xml ]; then php vendor/bin/coveralls -v; fi
- if [ -f ./build/logs/clover.xml ]; then travis_retry composer require php-coveralls/php-coveralls --no-interaction --update-with-dependencies; fi
- if [ -f ./build/logs/clover.xml ]; then php vendor/bin/php-coveralls -v; fi

0 comments on commit 5754c36

Please sign in to comment.