Skip to content

Commit

Permalink
Add coveralls support
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Jan 5, 2014
1 parent c69adf5 commit 6f3fa85
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ php:
before_script:
- composer self-update
- composer install
- composer require --dev satooshi/php-coveralls:dev-master
- pear install --alldeps PHP_CodeSniffer
- phpenv rehash

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

after_success:
- php vendor/bin/coveralls -v

0 comments on commit 6f3fa85

Please sign in to comment.