diff --git a/.travis.yml b/.travis.yml index cd1c1cb7..08040428 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