Skip to content
This repository has been archived by the owner on Oct 27, 2019. It is now read-only.

Commit

Permalink
Coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Jul 18, 2013
1 parent e759d63 commit d044dc9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,11 @@ php:

before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install
- php composer.phar require satooshi/php-coveralls:dev-master --dev --no-progress

script:
- mkdir -p build/logs
- phpunit --coverage-clover build/logs/clover.xml

after_script:
- php vendor/bin/coveralls -v

0 comments on commit d044dc9

Please sign in to comment.