Upgrade Travis CI conf
This commit is contained in:
parent
d0db8914f7
commit
4b59490330
1 changed files with 9 additions and 4 deletions
13
.travis.yml
13
.travis.yml
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue