From dfafd2c259ae65ac135b12f03c4fd5bb32670456 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Tue, 13 Dec 2016 21:23:59 +0100 Subject: [PATCH] :construction_worker: can't get clang sanitizer to work #394 See https://travis-ci.org/nlohmann/json/jobs/183684093 for a failing build. --- .travis.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index c7edd7e0..0f9010b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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