Disable clang static analysis for now
Travis updated to clang 5.0 and there are new issues.pull/1637/head
parent
6a1d2560ac
commit
068d4aa4cb
|
@ -33,9 +33,10 @@ env:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
# disabled until clang 5.0 analyzer issues are fixed
|
||||||
compiler: clang
|
# - os: linux
|
||||||
env: ANALYZE=ON
|
# compiler: clang
|
||||||
|
# env: ANALYZE=ON
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env: ASAN=ON
|
env: ASAN=ON
|
||||||
|
|
Loading…
Reference in New Issue