aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-05-06 16:12:33 -0400
committerMarcoFalke <falke.marco@gmail.com>2020-05-06 16:10:46 -0400
commitfa082d0a57afedca9122fac4aecd6a3070f06b04 (patch)
treec1ff7f37bca0bf38463f118f2b96f2abd15f2279 /.travis.yml
parent7bcc42b4035b878719d13201286e322989b415c5 (diff)
downloadbitcoin-fa082d0a57afedca9122fac4aecd6a3070f06b04.tar.xz
travis: Remove valgrind
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index 63e502cc3e..4f44069b67 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -144,21 +144,11 @@ jobs:
FILE_ENV="./ci/test/00_setup_env_native_asan.sh"
- stage: test
- name: 'x86_64 Linux [GOAL: install] [bionic] [no depends, only system libs, valgrind]'
- env: >-
- FILE_ENV="./ci/test/00_setup_env_native_valgrind.sh"
-
- - stage: test
name: 'x86_64 Linux [GOAL: install] [focal] [no depends, only system libs, sanitizers: fuzzer,address,undefined]'
env: >-
FILE_ENV="./ci/test/00_setup_env_native_fuzz.sh"
- stage: test
- name: 'x86_64 Linux [GOAL: install] [focal] [no depends, only system libs, fuzzers under valgrind]'
- env: >-
- FILE_ENV="./ci/test/00_setup_env_native_fuzz_with_valgrind.sh"
-
- - stage: test
name: 'x86_64 Linux [GOAL: install] [bionic] [no wallet]'
env: >-
FILE_ENV="./ci/test/00_setup_env_native_nowallet.sh"