Skip to content

Commit

Permalink
Added clover log for coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
clphillips committed Mar 3, 2016
1 parent 48aec1f commit f93fd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ php:
before_script:
- composer install
script:
- ./vendor/bin/phpunit --coverage-text
- ./vendor/bin/phpunit --coverage-text --coverage-clover ./build/logs/clover.xml
- ./vendor/bin/phpcs --extensions=php --report=summary --standard=PSR2 ./src ./tests
after_script:
- php ./vendor/bin/coveralls -v

0 comments on commit f93fd5c

Please sign in to comment.