Skip to content

Commit

Permalink
Make code coverage work
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Mar 8, 2014
1 parent f566163 commit d9ea81d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ script:
- cd apps/basic && php vendor/bin/codecept run

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

0 comments on commit d9ea81d

Please sign in to comment.