From d915b791af4ff3ec52609c214b70927fee2e2885 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 19 May 2019 14:09:59 +0200 Subject: 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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" -- cgit v1.2.3