From d794e891ddbbfcf3efa3b56cb3bef1a2e7cfba2f Mon Sep 17 00:00:00 2001 From: Chris Kleeschulte Date: Fri, 18 Sep 2015 14:58:18 -0400 Subject: [PATCH] Added the p2p test to .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e3812578..e2df2e3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: