diff --git a/.travis.yml b/.travis.yml index 890b1299..a7b994c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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." \ No newline at end of file + - git config --global user.name "BitPay, Inc." + - sudo apt-get install libboost-all-dev \ No newline at end of file