Skip to content

Commit

Permalink
adding scrutinizer support
Browse files Browse the repository at this point in the history
  • Loading branch information
robmorgan committed Dec 11, 2013
1 parent 2c9227d commit 48a0094
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .scrutinizer.yml
@@ -0,0 +1,2 @@
tools:
external_code_coverage: true
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -8,4 +8,7 @@ php:
- 5.3
- 5.4
- 5.5
script: "phpunit --coverage-text"
script:
- phpunit --coverage-text --coverage-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 48a0094

Please sign in to comment.