From d3cd412137842fb2a0c6ff02ace0c90ae536b93c Mon Sep 17 00:00:00 2001 From: Andras Banki-Horvath Date: Wed, 6 Jan 2021 19:42:29 +0100 Subject: [PATCH] ci: add etcd itests to our CI (bitcoind only) --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index cd1c1cb72..08040428e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,6 +62,11 @@ jobs: - bash ./scripts/install_bitcoind.sh - make itest-parallel backend=bitcoind + - name: Bitcoind Integration with etcd (txindex enabled) + script: + - bash ./scripts/install_bitcoind.sh + - make itest-parallel backend=bitcoind etcd=1 + - name: Bitcoind Integration (txindex disabled) script: - bash ./scripts/install_bitcoind.sh