aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-05-30 07:50:06 -0400
committerMarcoFalke <falke.marco@gmail.com>2020-05-30 08:33:02 -0400
commitfa10d850790bbe52d948659bb1ebbb88fe718065 (patch)
treef62a6a7895c0b95bb38bbe105db5baa530bd1b90 /.travis.yml
parentfa0d5ee1126a8cff9f30f863eb8f5c78bf57e168 (diff)
downloadbitcoin-fa10d850790bbe52d948659bb1ebbb88fe718065.tar.xz
ci: Use libc++ instead of libstdc++ for tsan
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1598813ed2..5550de12d6 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] [bionic] [no depends, only system libs, sanitizers: thread (TSan), no wallet]'
+ name: 'x86_64 Linux [GOAL: install] [focal] [depends, sanitizers: thread (TSan), no wallet, no gui]'
# Not enough memory on travis machines, so feature_block is excluded for now
env: >-
TEST_RUNNER_EXTRA="--exclude feature_block"