Added coveralls stuff
This commit is contained in:
parent
f3785bfa84
commit
c31e1b7742
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue