Skip to content

Commit

Permalink
Add coveralls.io support
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Jan 7, 2014
1 parent 2b60f0a commit 61a2ef5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ before_script:

script:
- phpcs --standard=psr2 src/
- phpunit
- phpunit --coverage-text --coverage-clover build/logs/clover.xml

after_success:
- "composer require --dev satooshi/php-coveralls:dev-master && php vendor/bin/coveralls -v"

0 comments on commit 61a2ef5

Please sign in to comment.