bitcore-node-zcash/.travis.yml

12 lines
263 B
YAML
Raw Normal View History

2015-07-09 07:13:07 -07:00
language: node_js
env:
- BITCOINDJS_ENV=test
2015-07-09 07:13:07 -07:00
node_js:
- "0.12"
before_install:
- git config --global user.email "dev@bitpay.com"
2015-07-09 07:21:49 -07:00
- git config --global user.name "BitPay, Inc."
script:
2015-07-21 16:06:27 -07:00
- _mocha -R spec integration/regtest.js
- _mocha -R spec --recursive