Skip to content

Commit

Permalink
Adding scrutinizer lines from travisci
Browse files Browse the repository at this point in the history
  • Loading branch information
jmathai committed Mar 6, 2015
1 parent 38e1440 commit a1a0779
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ php:
- 5.4
- 5.3
install: composer install
script: phpunit
script: phpunit --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 a1a0779

Please sign in to comment.