1
0
mirror of https://github.com/danog/math.git synced 2025-01-22 13:41:12 +01:00

Remove useless director in Travis build

This commit is contained in:
Benjamin Morel 2015-05-31 18:46:28 +02:00
parent 49ea5a085e
commit d9b34f43d2

View File

@ -15,7 +15,7 @@ before_script:
- composer install
script:
- mkdir -p build/cov build/logs
- mkdir -p build/logs
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
after_script: