diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-06-29 08:58:26 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-07-02 12:22:39 -0400 |
commit | fa8e6df282af0d396d75b03721f1b59a520ced19 (patch) | |
tree | eb2cf1e76734f8f5a525df94068e450c45c05b70 /.travis.yml | |
parent | 7027c67cac852b27c6d71489e4135fabdd624226 (diff) |
ci: Run tsan ci config on cirrus
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 9184257d47..783737c8c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -100,11 +100,6 @@ jobs: FILE_ENV="./ci/test/00_setup_env_native_qt5.sh" - stage: test - name: 'x86_64 Linux [GOAL: install] [focal] [depends, sanitizers: thread (TSan), no gui]' - env: >- - FILE_ENV="./ci/test/00_setup_env_native_tsan.sh" - - - stage: test name: 'x86_64 Linux [GOAL: install] [focal] [depends, sanitizers: memory (MSan)]' env: >- FILE_ENV="./ci/test/00_setup_env_native_msan.sh" |