Added the p2p test to .travis.yml

This commit is contained in:
Chris Kleeschulte 2015-09-18 14:58:18 -04:00
parent 96a69316b9
commit d794e891dd
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ before_install:
script:
- _mocha -R spec integration/regtest.js
- _mocha -R spec integration/regtest-node.js
- _mocha -R spec integration/p2p.js
- _mocha -R spec --recursive
cache:
directories: