Further improvements for compilation (Ubuntu)

Conflicts:

	.travis.yml
This commit is contained in:
Alessandro Ranellucci
2015-11-19 15:31:33 +01:00
parent 624c5e78db
commit c149420d23
2 changed files with 30 additions and 16 deletions

View File

@@ -9,4 +9,7 @@ branches:
only:
- master
- stable
before_script:
- sudo add-apt-repository ppa:boost-latest/ppa
- sudo apt-get update -qq
- sudo apt-get install libboost-thread1.55-dev libboost-system1.55-dev