flocore-node/.travis.yml
2015-07-09 10:17:08 -04:00

6 lines
154 B
YAML

language: node_js
node_js:
- "0.12"
before_install:
- git config --global user.email "dev@bitpay.com"
- git config --global user.name "BitPay, Inc."