👷 can't get clang sanitizer to work #394
See https://travis-ci.org/nlohmann/json/jobs/183684093 for a failing build.
This commit is contained in:
parent
c3fac19692
commit
dfafd2c259
1 changed files with 7 additions and 7 deletions
14
.travis.yml
14
.travis.yml
|
@ -43,13 +43,13 @@ matrix:
|
||||||
|
|
||||||
# cLang sanitizer
|
# cLang sanitizer
|
||||||
|
|
||||||
- os: linux
|
#- os: linux
|
||||||
env:
|
# env:
|
||||||
- LLVM_VERSION=3.8.1
|
# - LLVM_VERSION=3.8.1
|
||||||
- SPECIAL=sanitizer
|
# - SPECIAL=sanitizer
|
||||||
compiler: clang
|
# compiler: clang
|
||||||
before_script:
|
# before_script:
|
||||||
- make clang_sanitize
|
# - make clang_sanitize
|
||||||
|
|
||||||
# cppcheck
|
# cppcheck
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue