1
0
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:
Jakub Turek 2015-02-14 13:37:11 +01:00
parent b3f29c7920
commit a4c42479f5

View File

@ -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