Use verbose make on travis

It would be nice to see what is actually being run.
This commit is contained in:
Ari Koivula 2016-01-19 16:24:08 +02:00
parent 0f23eac284
commit 7b2b72c932

View file

@ -3,7 +3,7 @@ set -ev
./autogen.sh ./autogen.sh
./configure ./configure
make --jobs=2 make --jobs=2 V=1
if [ -n "$VALGRIND_TEST" ]; then if [ -n "$VALGRIND_TEST" ]; then
libtool execute valgrind --leak-check=full --error-exitcode=1 -- \ libtool execute valgrind --leak-check=full --error-exitcode=1 -- \