diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-05-06 16:12:33 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-05-06 16:10:46 -0400 |
commit | fa082d0a57afedca9122fac4aecd6a3070f06b04 (patch) | |
tree | c1ff7f37bca0bf38463f118f2b96f2abd15f2279 | |
parent | 7bcc42b4035b878719d13201286e322989b415c5 (diff) |
travis: Remove valgrind
-rw-r--r-- | .travis.yml | 10 |
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" |