Skip to content

Commit

Permalink
Merge pull request #23 from cordoval/integrate-external-tool
Browse files Browse the repository at this point in the history
receiving external data from coveralls to scrutinizer
  • Loading branch information
cordoval committed Jan 21, 2015
2 parents ac50c47 + a57b0bc commit ca2db15
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ install:
script:
- mkdir -p build/logs
- cd tests
- phpunit --coverage-clover ../build/logs/clover.xml .
- phpunit --coverage-clover=../build/logs/clover.xml .
- cd ../

after_script:
- php vendor/bin/coveralls
- php vendor/bin/coveralls -v
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml

0 comments on commit ca2db15

Please sign in to comment.