Skip to content

Commit

Permalink
Use php-coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
jm42 committed Jan 21, 2019
1 parent 251881b commit 33a5c32
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 @@ -4,12 +4,12 @@ php:
- 7.2

before_script:
- composer require --no-interaction php-coveralls/php-coveralls
- composer install --no-interaction --prefer-dist
- composer require --no-interaction satooshi/php-coveralls
- mkdir -p build/logs/

script:
- php vendor/bin/kahlan --cc=true --coverage=4 --clover=build/logs/clover.xml

after_success:
- php vendor/bin/coveralls -v
- php vendor/bin/php-coveralls -v

0 comments on commit 33a5c32

Please sign in to comment.