From acf4759758edc4b4e36df238c58222c5d83a4063 Mon Sep 17 00:00:00 2001 From: Juan Batiz-Benet <juan@benet.ai> Date: Sun, 4 Jan 2015 22:37:30 -0800 Subject: [PATCH] travis: enable verbose sharness output --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 117f3bc1d..9b1d623af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,4 @@ go: script: - make test -env: TEST_NO_FUSE=1 +env: TEST_NO_FUSE=1 TEST_VERBOSE=1 -- GitLab