Skip to content

Commit

Permalink
add sending of code coverage report data from Travis CI to Scrutinize…
Browse files Browse the repository at this point in the history
…r in .travis.yml
  • Loading branch information
speto committed Jun 8, 2016
1 parent 07b10b3 commit 92d38ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@ php:

install:
- composer install --no-interaction

script:
- phpunit --coverage-clover=coverage.clover --coverage-text

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

0 comments on commit 92d38ec

Please sign in to comment.