Disable clang static analysis for now

Travis updated to clang 5.0 and there are new issues.
pull/1637/head
Turo Lamminen 2017-12-13 10:55:32 +02:00
parent 6a1d2560ac
commit 068d4aa4cb
1 changed files with 4 additions and 3 deletions

View File

@ -33,9 +33,10 @@ env:
matrix:
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
compiler: clang
env: ASAN=ON