diff --git a/.travis.sh b/.travis.sh
index 397e750777f8445f0198103af3a949ff658141d2..fb42bd40d31413416d93ee2496cf9959068f9aeb 100755
--- a/.travis.sh
+++ b/.travis.sh
@@ -46,7 +46,7 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then
   if [ $ANALYZE = "ON" ] ; then
     if [ "$CC" = "clang" ]; then
         scan-build cmake -G "Unix Makefiles" -DBUILD_SHARED_LIBS=OFF -DASSIMP_BUILD_TESTS=OFF
-        scan-build --status-bugs make -j2 -v
+        scan-build --status-bugs make -j2
     else
         cppcheck --version
         generate \