12 lines
221 B
YAML
12 lines
221 B
YAML
language: node_js
|
|
sudo: false
|
|
node_js:
|
|
- "0.12"
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- libboost-all-dev
|
|
before_install:
|
|
- git config --global user.email "dev@bitpay.com"
|
|
- git config --global user.name "BitPay, Inc."
|