diff options
author | JF Bastien <github@jfbastien.com> | 2016-04-15 14:25:07 -0700 |
---|---|---|
committer | JF Bastien <github@jfbastien.com> | 2016-04-15 14:25:07 -0700 |
commit | f2905f962984df939555aad134c48a194b9e270d (patch) | |
tree | ffda3310e1bc0b50af001f03fb42ce4ab80f2456 | |
parent | e61a73d633769473e26d534bd7cac26d7891ef19 (diff) | |
download | binaryen-f2905f962984df939555aad134c48a194b9e270d.tar.gz binaryen-f2905f962984df939555aad134c48a194b9e270d.tar.bz2 binaryen-f2905f962984df939555aad134c48a194b9e270d.zip |
Don't allow tsan to fail (#351)
Shoulnd't timeout anymore.
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 980bbf5e9..4cd733eaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,11 +32,6 @@ matrix: sources: ['ubuntu-toolchain-r-test'] packages: ['cmake', 'nodejs', 'g++-5'] - allow_failures: - - env: COMPILER_VERSION=3.6 COMPILER_FLAGS="-fsanitize=thread" - compiler: clang - addons: *clang36 - before_install: - export CC="${CC}-${COMPILER_VERSION}" - export CXX="${CXX}-${COMPILER_VERSION}" |