- Removed the platform directory - renamed the platform/os.sh script to varaibles.sh - realigned the calls to os.sh - changed where the patch_ha.txt was being written to - changed the name of the binary to bitcoind.node
17 lines
352 B
YAML
17 lines
352 B
YAML
sudo: false
|
|
language: node_js
|
|
env:
|
|
- BITCORENODE_ENV=test BITCORENODE_ASSUME_YES=true
|
|
node_js:
|
|
- "0.12"
|
|
before_install:
|
|
- git config --global user.email "dev@bitpay.com"
|
|
- git config --global user.name "BitPay, Inc."
|
|
script:
|
|
- _mocha -R spec integration/regtest.js
|
|
- _mocha -R spec --recursive
|
|
cache:
|
|
directories:
|
|
- build
|
|
- cache
|