Skip to content

Commit

Permalink
Fix Coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Sep 6, 2019
1 parent 13cd7ee commit 11f613e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ install:
- composer update
- composer require php-coveralls/php-coveralls --dev

script:
- vendor/bin/phpunit --coverage-clover ./tests/logs/clover.xml
script: vendor/bin/phpunit --verbose --coverage-clover build/logs/clover.xml

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

0 comments on commit 11f613e

Please sign in to comment.