build: update travis with zmq

This commit is contained in:
Braydon Fuller 2016-04-07 16:31:42 -04:00
parent 7c344b5f24
commit 67b8ec2152
1 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,7 @@
sudo: false
language: node_js
env:
- BITCORENODE_ENV=test BITCORENODE_ASSUME_YES=true CXX=g++-4.8 CC=gcc-4.8
- CXX=g++-4.8 CC=gcc-4.8
addons:
apt:
sources:
@ -9,14 +9,13 @@ addons:
packages:
- g++-4.8
- gcc-4.8
- libzmq3-dev
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 integration/p2p.js
- _mocha -R spec --recursive
cache:
directories:
- cache