diff options
author | Derek Schuff <dschuff@chromium.org> | 2016-02-11 13:13:04 -0800 |
---|---|---|
committer | Derek Schuff <dschuff@chromium.org> | 2016-02-11 13:13:04 -0800 |
commit | 4c579d0079ae0454290c425d8ab4dede06758355 (patch) | |
tree | 6d48b68b2de5516cb53f2f4d2508be8c92cf7856 | |
parent | fd0c6cd9bb8f44d27bef15c46160b7bcf8e6e48b (diff) | |
download | binaryen-4c579d0079ae0454290c425d8ab4dede06758355.tar.gz binaryen-4c579d0079ae0454290c425d8ab4dede06758355.tar.bz2 binaryen-4c579d0079ae0454290c425d8ab4dede06758355.zip |
Allow failures on TSan Travis build, require ASan to pass
We've fixed the ASan errors, so this bot can stay green. Now there's
flake on the TSan bot :(
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9cc5981fd..980bbf5e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ matrix: packages: ['cmake', 'nodejs', 'g++-5'] allow_failures: - - env: COMPILER_VERSION=3.6 COMPILER_FLAGS="-fsanitize=address" + - env: COMPILER_VERSION=3.6 COMPILER_FLAGS="-fsanitize=thread" compiler: clang addons: *clang36 |