aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-05-06 16:12:33 -0400
committerWladimir J. van der Laan <laanwj@protonmail.com>2020-05-14 17:39:00 +0200
commit7d87ba0e022796b42d6c17b59bb735c94dd6e045 (patch)
treeed77a17f2e70ce1f20555bf43cbc5c1050aa8b1e
parent5747c4ca1bf8eafd52bfa82db3e3887dc133cb24 (diff)
downloadbitcoin-7d87ba0e022796b42d6c17b59bb735c94dd6e045.tar.xz
travis: Remove valgrind
Github-Pull: #18899 Rebased-From: fa082d0a57afedca9122fac4aecd6a3070f06b04 Tree-SHA512: 29b26d3e2cf76fa9762035c2b1444323460c5a6a8d742addd2ec143f2b028d40d5d7992623a41718e550d287f82d4c4781aa82b4cb41504e66567afad7b9215f
-rw-r--r--.travis.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index d66a66ef0c..6109731013 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"