summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJakob Unterwurzacher2019-05-19 14:09:59 +0200
committerJakob Unterwurzacher2019-05-19 14:09:59 +0200
commitd915b791af4ff3ec52609c214b70927fee2e2885 (patch)
treed39b801fa17d5e9579f81740ab1f945bb2266325 /.travis.yml
parent991adfc934d714897e3c0ad39d37fca3edf59bcb (diff)
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 8cad0e2f4f288482d3528c80fb64fc1e55f26e34.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1e1494b..2e6a13e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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"