Skip to content

Commit

Permalink
Send coverage stats to scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Jenkins committed Mar 8, 2016
1 parent ffe2803 commit b432a6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -16,3 +16,7 @@ install:

script:
- vendor/bin/phpunit

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- bash -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.xml; fi;'

0 comments on commit b432a6e

Please sign in to comment.