One more fix for Travis CI

This commit is contained in:
Alessandro Ranellucci 2015-11-19 17:00:25 +01:00
parent 1378562e63
commit c63a5f26ca

View file

@ -10,6 +10,6 @@ branches:
- master - master
- stable - stable
before_script: 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 update -qq
- sudo apt-get install libboost-thread1.55-dev libboost-system1.55-dev - sudo apt-get install libboost-thread1.55-dev libboost-system1.55-dev