Merge pull request #15 from braydonf/travis

Add travis.yml for builds.
This commit is contained in:
Chris Kleeschulte 2015-07-09 10:36:19 -04:00
commit 0e810f42aa
1 changed files with 7 additions and 0 deletions

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: node_js
node_js:
- "0.12"
before_install:
- git config --global user.email "dev@bitpay.com"
- git config --global user.name "BitPay, Inc."
- sudo apt-get install libboost-all-dev