Added coveralls stuff

This commit is contained in:
Joshua Sherman 2014-01-11 15:34:01 -05:00
parent f3785bfa84
commit c31e1b7742

View file

@ -11,4 +11,9 @@ matrix:
install:
- composer install
script: phpunit --bootstrap ./tests/bootstrap.php ./tests
script:
- mkdir -p build/logs
- phpunit --coverage-clover build/logs/clover.xml --bootstrap ./tests/bootstrap.php ./tests
after_script:
- php vendor/bin/coveralls -v