test: moved integration -> regtest

This commit is contained in:
Braydon Fuller 2016-04-08 09:54:45 -04:00
parent 962e7b87f8
commit 88a82719ca
8 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,8 @@ node_js:
- "v0.12.7"
- "v4"
script:
- _mocha -R spec integration/p2p.js
- _mocha -R spec integration/regtest.js
- _mocha -R spec integration/regtest-node.js
- _mocha -R spec regtest/p2p.js
- _mocha -R spec regtest/bitcoind.js
- _mocha -R spec regtest/node.js
- _mocha -R spec --recursive