瀏覽代碼

Update .travis.sh

Make check more verbose.
Kim Kulling 7 年之前
父節點
當前提交
ef4842e128
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 \