From 4dcdfd98bb9b9b62e74dc1204bf301b36fc8ab0b Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Fri, 9 Oct 2020 13:35:06 +0200 Subject: [PATCH] travis: add bitcoind test without txindex --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5479a832..feed17cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,11 +52,16 @@ jobs: script: - make itest - - name: Bitcoind Integration + - name: Bitcoind Integration (txindex enabled) script: - bash ./scripts/install_bitcoind.sh - make itest backend=bitcoind + - name: Bitcoind Integration (txindex disabled) + script: + - bash ./scripts/install_bitcoind.sh + - make itest backend="bitcoind notxindex" + - name: Neutrino Integration script: - make itest backend=neutrino