Răsfoiți Sursa

Disable clang static analysis for now

Travis updated to clang 5.0 and there are new issues.
Turo Lamminen 7 ani în urmă
părinte
comite
068d4aa4cb
1 a modificat fișierele cu 4 adăugiri și 3 ștergeri
  1. 4 3
      .travis.yml

+ 4 - 3
.travis.yml

@@ -33,9 +33,10 @@ env:
 
 
 matrix:
 matrix:
   include:
   include:
-    - os: linux
-      compiler: clang
-      env: ANALYZE=ON
+    # disabled until clang 5.0 analyzer issues are fixed
+    # - os: linux
+    #   compiler: clang
+    #   env: ANALYZE=ON
     - os: linux
     - os: linux
       compiler: clang
       compiler: clang
       env: ASAN=ON
       env: ASAN=ON