Revert "travis: run tests with "-v""

1500 lines out output makes it hard to see where the
failure happends, especially on mobile. Drop the verbose
flag again.

This reverts commit 8cad0e2f4f.
This commit is contained in:
Jakob Unterwurzacher 2019-05-19 14:09:59 +02:00
parent 991adfc934
commit d915b791af
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ script:
- ./build-without-openssl.bash
- ./build.bash
- ./gocryptfs -speed
- ./test.bash -v
- ./test.bash
- make root_test
- ./crossbuild.bash
- echo "rebuild with locked dependencies"