1
0
mirror of https://github.com/devfake/flox.git synced 2024-11-14 22:22:39 +01:00

Travis tests pretty print (#38)

This commit is contained in:
Tim Meier 2017-02-06 15:01:32 +01:00 committed by Tim Meier
parent bcfab5a18c
commit 16f7de684b

View File

@ -18,7 +18,7 @@ cache:
- backend/vendor
script:
- (cd backend && phpunit)
- (cd backend && phpunit --testdox)
install:
- (cd backend && composer install --prefer-source --no-interaction)