From 7b2b72c932b5760aceca1375bac4d96e2f6e6de2 Mon Sep 17 00:00:00 2001 From: Ari Koivula Date: Tue, 19 Jan 2016 16:24:08 +0200 Subject: [PATCH] Use verbose make on travis It would be nice to see what is actually being run. --- .travis-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis-script.sh b/.travis-script.sh index f5aea18e..aa2bd55f 100755 --- a/.travis-script.sh +++ b/.travis-script.sh @@ -3,7 +3,7 @@ set -ev ./autogen.sh ./configure -make --jobs=2 +make --jobs=2 V=1 if [ -n "$VALGRIND_TEST" ]; then libtool execute valgrind --leak-check=full --error-exitcode=1 -- \