Skip to content

Commit

Permalink
Send coverage to scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
A5hleyRich committed Oct 8, 2017
1 parent 1b8e767 commit 676959f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ script:
- phpunit --coverage-text --coverage-clover=coverage.clover

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

0 comments on commit 676959f

Please sign in to comment.