aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-08-13 10:01:39 -0400
committerJames McCoy <jamessan@jamessan.com>2017-08-13 10:01:39 -0400
commita2947a46a1064cce9d81ef7f468b3b1061de71af (patch)
treeb2ee5c74bfd7f38c04b8736893540ed7e1bed821
parent1f9c139fd3a060924daf8ce1df32fc3204c6231d (diff)
downloadrneovim-a2947a46a1064cce9d81ef7f468b3b1061de71af.tar.gz
rneovim-a2947a46a1064cce9d81ef7f468b3b1061de71af.tar.bz2
rneovim-a2947a46a1064cce9d81ef7f468b3b1061de71af.zip
travis: Move TSAN to last stage and allow failure
TSAN build has been much less reliable lately, so it shouldn't hold up the other tests.
-rw-r--r--.travis.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 45c2dcb832..2bab1635ad 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,9 +57,6 @@ jobs:
env: >
CLANG_SANITIZER=ASAN_UBSAN
CMAKE_FLAGS="$CMAKE_FLAGS -DPREFER_LUA=ON"
- - os: linux
- compiler: clang-4.0
- env: CLANG_SANITIZER=TSAN
- stage: normal builds
os: linux
compiler: gcc-5
@@ -79,12 +76,16 @@ jobs:
- stage: lint
os: linux
env: CI_TARGET=lint
- - stage: coverage
+ - stage: Flaky builds
os: linux
compiler: gcc-5
env: GCOV=gcov-5 CMAKE_FLAGS="$CMAKE_FLAGS -DUSE_GCOV=ON"
+ - os: linux
+ compiler: clang-4.0
+ env: CLANG_SANITIZER=TSAN
allow_failures:
- env: GCOV=gcov-5 CMAKE_FLAGS="$CMAKE_FLAGS -DUSE_GCOV=ON"
+ - env: CLANG_SANITIZER=TSAN
fast_finish: true
before_install: ci/before_install.sh