From d1dc699ac6e5ada11b1f5baaaa1695e403dce638 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 12 Feb 2016 18:42:46 +0100 Subject: [PATCH] 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.25.1