diff options
author | Florian Walch <florian@fwalch.com> | 2015-07-04 13:12:16 +0300 |
---|---|---|
committer | Florian Walch <florian@fwalch.com> | 2015-07-05 10:31:17 +0300 |
commit | 24dc42e7e5829978abc132f2844e537244ba43bd (patch) | |
tree | 235c42c492b3246c1abc6ac2a753d32a0d50924e | |
parent | 8eb34701479565f2e37c847102183060e2ad90be (diff) | |
download | rneovim-24dc42e7e5829978abc132f2844e537244ba43bd.tar.gz rneovim-24dc42e7e5829978abc132f2844e537244ba43bd.tar.bz2 rneovim-24dc42e7e5829978abc132f2844e537244ba43bd.zip |
Travis: Temporarily disable TSan build.
Tests currently time out and will be fixed by @tarruda in a future PR.
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 6f8b6bbc3f..509b13eec8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,8 +30,9 @@ matrix: env: CI_TARGET=clang CLANG_SANITIZER=ASAN_UBSAN - os: linux env: CI_TARGET=clang CLANG_SANITIZER=MSAN - - os: linux - env: CI_TARGET=clang CLANG_SANITIZER=TSAN + # FIXME: Re-enable TSan when tests run successfully. + #- os: linux + # env: CI_TARGET=clang CLANG_SANITIZER=TSAN - os: osx env: CI_TARGET=clang compiler: clang |