Add boost development dependencies.

This commit is contained in:
Braydon Fuller 2015-07-09 10:21:49 -04:00
parent 36a4a14741
commit 4ffcd616b7

View File

@ -3,4 +3,5 @@ node_js:
- "0.12"
before_install:
- git config --global user.email "dev@bitpay.com"
- git config --global user.name "BitPay, Inc."
- git config --global user.name "BitPay, Inc."
- sudo apt-get install libboost-all-dev