diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-08-17 11:57:26 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-08-17 11:52:02 +0200 |
commit | fa41810d0e87f9f9a2e39be238b9598be02646d0 (patch) | |
tree | cb4aa4faa9fbbeaaa18fa2f88011c071dbbaeadf /.travis.yml | |
parent | a57af897ec16976b28de05aa0b9c3f6a96d73ede (diff) |
ci: Run valgrind fuzzer 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 f1cee7133f..8f8fba3108 100644 --- a/.travis.yml +++ b/.travis.yml @@ -110,11 +110,6 @@ jobs: FILE_ENV="./ci/test/00_setup_env_native_multiprocess.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] [xenial] [no wallet]' env: >- FILE_ENV="./ci/test/00_setup_env_native_nowallet.sh" |