use container based travis (not legacy)

This commit is contained in:
Braydon Fuller 2015-07-13 11:16:57 -04:00
parent 7a73b8da47
commit 5498b3b3fa
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,11 @@
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."
- sudo apt-get install libboost-all-dev