Skip to content

Commit

Permalink
added code coverage tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
schmittjoh committed Oct 14, 2012
1 parent 356c35d commit 62d2879
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@ php:

before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev
- php composer.phar install --dev

script: phpunit --coverage-clover clover

after_success:
- curl -sL https://bit.ly/artifact-uploader | php

0 comments on commit 62d2879

Please sign in to comment.