diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-09-23 11:34:51 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-09-25 18:08:08 -0400 |
commit | faa4043c660c9a61d304ba1375ce7a32e576ae79 (patch) | |
tree | afbf08cedc6ac0e2f9388ad7641c8f263309ac3f /.travis.yml | |
parent | 9f94483b7ae3a89733d48679e9ac46c0a9b6deef (diff) |
qa: Run more tests with wallet disabled
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8819d38914..647d117733 100644 --- a/.travis.yml +++ b/.travis.yml @@ -121,7 +121,7 @@ jobs: - stage: test env: >- HOST=x86_64-unknown-linux-gnu - PACKAGES="python3" + PACKAGES="python3-zmq" DEP_OPTS="NO_WALLET=1" GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat --enable-reduce-exports" |