Skip to content

Commit

Permalink
Updated travis.yml to send coverage data to scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnicholson committed Jan 25, 2015
1 parent d90c1e9 commit 893b329
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 @@ -5,3 +5,10 @@ php:
- 5.4
- hhvm
install: composer install --no-interaction --prefer-source

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

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

0 comments on commit 893b329

Please sign in to comment.