mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
Travis: Temporarily disable TSan build.
Tests currently time out and will be fixed by @tarruda in a future PR.
This commit is contained in:
parent
8eb3470147
commit
24dc42e7e5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user