👷 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:
Niels Lohmann 2016-12-13 21:23:59 +01:00
parent c3fac19692
commit dfafd2c259

View file

@ -43,13 +43,13 @@ matrix:
# cLang sanitizer
- os: linux
env:
- LLVM_VERSION=3.8.1
- SPECIAL=sanitizer
compiler: clang
before_script:
- make clang_sanitize
#- os: linux
# env:
# - LLVM_VERSION=3.8.1
# - SPECIAL=sanitizer
# compiler: clang
# before_script:
# - make clang_sanitize
# cppcheck