diff options
author | Jakob Unterwurzacher | 2019-05-19 14:09:59 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2019-05-19 14:09:59 +0200 |
commit | d915b791af4ff3ec52609c214b70927fee2e2885 (patch) | |
tree | d39b801fa17d5e9579f81740ab1f945bb2266325 | |
parent | 991adfc934d714897e3c0ad39d37fca3edf59bcb (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.
-rw-r--r-- | .travis.yml | 2 |
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" |