Ver código fonte

remove specific clang-analyzer, part 2

Julius Pfrommer 8 anos atrás
pai
commit
5477fd87b9
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      tools/travis/travis_linux_script.sh

+ 2 - 2
tools/travis/travis_linux_script.sh

@@ -15,8 +15,8 @@ if [ $ANALYZE = "true" ]; then
 
         mkdir -p build
         cd build
-        scan-build-3.7 cmake -G "Unix Makefiles" -DUA_ENABLE_AMALGAMATION=ON ..
-        scan-build-3.7 -enable-checker security.FloatLoopCounter \
+        scan-build cmake -G "Unix Makefiles" -DUA_ENABLE_AMALGAMATION=ON ..
+        scan-build -enable-checker security.FloatLoopCounter \
           -enable-checker security.insecureAPI.UncheckedReturn \
           --status-bugs -v \
           make -j