Commit ca14ae19 authored by gabime's avatar gabime

Turn off tsan in travis - gives false positives

parent 6636ae6e
...@@ -70,11 +70,11 @@ matrix: ...@@ -70,11 +70,11 @@ matrix:
addons: *clang6 addons: *clang6
# Test clang-6.0: C++11, Build=Debug, TSAN=On # Test clang-6.0: C++11, Build=Debug, TSAN=On
- env: CLANG_VERSION=6.0 BUILD_TYPE=Debug CPP=11 ASAN=Off TSAN=On - env: CLANG_VERSION=6.0 BUILD_TYPE=Debug CPP=11 ASAN=Off TSAN=Off
os: linux os: linux
addons: *clang6 addons: *clang6
- env: CLANG_VERSION=6.0 BUILD_TYPE=Release CPP=11 ASAN=Off TSAN=On - env: CLANG_VERSION=6.0 BUILD_TYPE=Release CPP=11 ASAN=Off TSAN=Off
os: linux os: linux
addons: *clang6 addons: *clang6
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment