From 8cad0e2f4f288482d3528c80fb64fc1e55f26e34 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Tue, 5 Mar 2019 22:44:53 +0100 Subject: [PATCH] travis: run tests with "-v" Let's log more details. https://github.com/rfjakob/gocryptfs/issues/363 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b3390ab..2d64596 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ script: - ./build-without-openssl.bash - ./build.bash - ./gocryptfs -speed - - ./test.bash + - ./test.bash -v - ./crossbuild.bash - echo "rebuild with locked dependencies" - echo travis_fold:start:dep