Upgrade Travis CI conf

This commit is contained in:
Alessandro Ranellucci 2015-12-05 15:07:37 +01:00
parent d0db8914f7
commit 4b59490330

View File

@ -9,7 +9,12 @@ branches:
only:
- master
- stable
before_script:
- sudo add-apt-repository -y ppa:boost-latest/ppa
- sudo apt-get update -qq
- sudo apt-get install libboost-thread1.55-dev libboost-system1.55-dev
sudo: false
cache:
- apt
addons:
apt:
sources:
- boost-latest
packages:
- libboost-thread1.55-dev libboost-system1.55-dev