mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
make+travis: enable bitcoind itests on travis
This commit is contained in:
parent
a57b3de7f9
commit
857a2c3e65
@ -18,6 +18,7 @@ env:
|
||||
- RACE=true
|
||||
- ITEST=true
|
||||
- NEUTRINO_ITEST=true
|
||||
- BITCOIND_ITEST=true
|
||||
- COVER=true
|
||||
|
||||
sudo: required
|
||||
@ -35,6 +36,9 @@ script:
|
||||
# Run neutrino integration tests.
|
||||
- 'if [ "$NEUTRINO_ITEST" = true ]; then make travis-itest backend=neutrino; fi'
|
||||
|
||||
# Run bitcoind integration tests.
|
||||
- 'if [ "$BITCOIND_ITEST" = true ]; then make travis-itest backend=bitcoind; fi'
|
||||
|
||||
# Run unit tests and generate coverage report.
|
||||
- 'if [ "$COVER" = true ]; then make travis-cover; fi'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user