Skip to content

Commit

Permalink
Switch to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jul 30, 2020
1 parent 588a9c7 commit 75d322b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ script:
- ./vendor/bin/phpunit --coverage-clover clover.xml

after_success:
- bash <(curl -s https://codecov.io/bash)
- wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.2.0/php-coveralls.phar
- chmod +x php-coveralls.phar
- php php-coveralls.phar -vvv

jobs:
allow_failures:
Expand Down

0 comments on commit 75d322b

Please sign in to comment.