Turn off tsan in travis - gives false positives

This commit is contained in:
gabime 2019-05-24 01:38:26 +03:00
parent 6636ae6e63
commit ca14ae19db
1 changed files with 2 additions and 2 deletions

View File

@ -70,11 +70,11 @@ matrix:
addons: *clang6
# 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
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
addons: *clang6