Add boost development dependencies.

This commit is contained in:
Braydon Fuller 2015-07-09 10:21:49 -04:00
parent 36a4a14741
commit 4ffcd616b7
1 changed files with 2 additions and 1 deletions

View File

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