Skip to content

Commit

Permalink
Added external scrutinizer coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
PeeHaa committed Oct 18, 2014
1 parent 255b34a commit 2531b60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tools:
php_code_coverage: true
external_code_coverage: true
php_code_sniffer:
enabled: true
config:
Expand Down
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ php:
- "5.5"

script:
- phpunit --configuration phpunit.xml.dist --coverage-text
- phpunit --configuration phpunit.xml.dist --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 2531b60

Please sign in to comment.