mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-08-26 05:10:17 +02:00
Adapt travis config to run coveralls
This commit is contained in:
parent
b3f29c7920
commit
a4c42479f5
@ -8,3 +8,10 @@ php:
|
||||
|
||||
install:
|
||||
- composer install --prefer-source
|
||||
|
||||
script:
|
||||
- mkdir -p build/logs
|
||||
- bin/phpunit --coverage-clover build/logs/coverage.xml
|
||||
|
||||
after_script:
|
||||
- bin/coveralls -v
|
||||
|
Loading…
Reference in New Issue
Block a user