One more fix for Travis CI
This commit is contained in:
parent
1378562e63
commit
c63a5f26ca
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue