Travis: Temporarily disable TSan build.

Tests currently time out and will be fixed by @tarruda in a future PR.
This commit is contained in:
Florian Walch 2015-07-04 13:12:16 +03:00
parent 8eb3470147
commit 24dc42e7e5

View File

@ -30,8 +30,9 @@ matrix:
env: CI_TARGET=clang CLANG_SANITIZER=ASAN_UBSAN env: CI_TARGET=clang CLANG_SANITIZER=ASAN_UBSAN
- os: linux - os: linux
env: CI_TARGET=clang CLANG_SANITIZER=MSAN env: CI_TARGET=clang CLANG_SANITIZER=MSAN
- os: linux # FIXME: Re-enable TSan when tests run successfully.
env: CI_TARGET=clang CLANG_SANITIZER=TSAN #- os: linux
# env: CI_TARGET=clang CLANG_SANITIZER=TSAN
- os: osx - os: osx
env: CI_TARGET=clang env: CI_TARGET=clang
compiler: clang compiler: clang