travis: add bitcoind test without txindex

This commit is contained in:
Oliver Gugger 2020-10-09 13:35:06 +02:00
parent 3e3618ae9a
commit 4dcdfd98bb
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

View File

@ -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