From: Richard Levitte Date: Fri, 12 Feb 2016 17:42:46 +0000 (+0100) Subject: Now that we have good verbosity, turn it on for Travis X-Git-Tag: OpenSSL_1_1_0-pre3~60 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d1dc699ac6e5ada11b1f5baaaa1695e403dce638;p=oweals%2Fopenssl.git Now that we have good verbosity, turn it on for Travis It's nearly impossible to determine what goes wrong in the tests running there without this. Reviewed-by: Rich Salz --- diff --git a/.travis.yml b/.travis.yml index cb23320d38..8e365b3356 100644 --- a/.travis.yml +++ b/.travis.yml @@ -104,7 +104,7 @@ script: - if [ -n "$CROSS_COMPILE" ]; then export EXE_SHELL="wine" WINEPREFIX=`pwd`; fi - - make test + - HARNESS_VERBOSE=yes make test - cd .. notifications: