diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-05-18 12:32:20 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-05-18 20:38:54 -0400 |
commit | fa006caa136f05a18428c792802523637d2234ca (patch) | |
tree | d74cad8039b7f826b01f8b715918ee413309b8c0 /.travis.yml | |
parent | dc5333d31f280e09bb1e8cdacfbe842f4ab9e69b (diff) |
ci: tsan on clang-9
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fd280a91ab..26eaf5e6b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -112,7 +112,7 @@ jobs: FILE_ENV="./ci/test/00_setup_env_native_qt5.sh" - stage: test - name: 'x86_64 Linux [GOAL: install] [xenial] [no depends, only system libs, sanitizers: thread (TSan), no wallet]' + name: 'x86_64 Linux [GOAL: install] [bionic] [no depends, only system libs, sanitizers: thread (TSan), no wallet]' env: >- FILE_ENV="./ci/test/00_setup_env_native_tsan.sh" TEST_RUNNER_EXTRA="--exclude feature_block" # Not enough memory on travis machines |