Browse Source

Merge pull request #1599 from assimp/kimkulling-verbose-analyze

Update .travis.sh
Kim Kulling 7 years ago
parent
commit
e17f7010d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.sh

+ 1 - 1
.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
+        scan-build --status-bugs make -j2 -v
     else
         cppcheck --version
         generate \