bitcore-node-zcash/.travis.yml

17 lines
386 B
YAML
Raw Normal View History

sudo: false
2015-07-09 07:13:07 -07:00
language: node_js
env:
2015-07-31 08:40:15 -07:00
- BITCORENODE_ENV=test BITCORENODE_ASSUME_YES=true
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
2015-08-21 08:17:26 -07:00
- _mocha -R spec integration/regtest-node.js
2015-07-21 16:06:27 -07:00
- _mocha -R spec --recursive
2015-07-29 12:29:04 -07:00
cache:
directories:
- cache