travis: Enable TSAN for sanity checking the terminal UI

This commit is contained in:
Thiago de Arruda
2015-08-28 12:29:15 -03:00
parent 5bb4139e6c
commit 7eaeed112e
3 changed files with 24 additions and 15 deletions

View File

@@ -77,10 +77,9 @@ matrix:
- os: linux
compiler: clang-3.6
env: GCOV=llvm-cov-3.6 CLANG_SANITIZER=MSAN
# FIXME (tarruda): Uncomment when TSan tests don't hang anymore.
#- os: linux
# compiler: clang-3.6
# env: GCOV=llvm-cov-3.6 CLANG_SANITIZER=TSAN
- os: linux
compiler: clang-3.6
env: GCOV=llvm-cov-3.6 CLANG_SANITIZER=TSAN
- os: osx
compiler: clang
env: GCOV=gcov