travis: use --verbose-log test option

Because we run the tests via "prove", the output from "--verbose" may interfere with our TAP output. Using "--verbose-log" solves this while letting us retain our on-disk log. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Jeff King committed Oct 21, 2016 at 06:48 UTC 041c72de109075d630f77bc2ad225f6339f33c9a
1 file changed +1 -1
.travis.yml
+1 -1
@@ -29,7 +29,7 @@ env:
29 - LINUX_GIT_LFS_VERSION="1.2.0"
30 - DEFAULT_TEST_TARGET=prove
31 - GIT_PROVE_OPTS="--timer --jobs 3 --state=failed,slow,save"
32 - - GIT_TEST_OPTS="--verbose --tee"
32 + - GIT_TEST_OPTS="--verbose-log"
33 - GIT_TEST_CLONE_2GB=YesPlease
34 # t9810 occasionally fails on Travis CI OS X
35 # t9816 occasionally fails with "TAP out of sequence errors" on Travis CI OS X