One more fix for Travis CI

This commit is contained in:
Alessandro Ranellucci 2015-11-19 17:00:25 +01:00
parent c149420d23
commit 6fde339164

View File

@ -10,6 +10,6 @@ branches:
- master
- stable
before_script:
- sudo add-apt-repository ppa:boost-latest/ppa
- 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