Travis CI: Turn verbosity up for MODE=cmake-oos
diff --git a/.travis.sh b/.travis.sh
index acbe37a..8d3cd19 100755
--- a/.travis.sh
+++ b/.travis.sh
@@ -53,7 +53,7 @@
     mkdir build
     cd build
     cmake ${CMAKE_ARGS} ..
-    make all test
+    make VERBOSE=1 all test
     make DESTDIR="${PWD}"/ROOT install
     find ROOT -printf "%P\n" | sort
 elif [[ ${MODE} = cppcheck ]]; then