Travis: Use newer boost version

This commit is contained in:
Jack Bond-Preston 2016-07-31 22:40:52 +01:00
parent ceedf4b996
commit 550be5fab1

View File

@ -6,11 +6,18 @@ compiler: gcc
addons: addons:
apt: apt:
sources:
- ubuntu-toolchain-r-test
- boost-latest
packages: packages:
- libboost-all-dev - g++-5
- gcc-5
- libboost1.55-all-dev
- libcurl4-openssl-dev - libcurl4-openssl-dev
- cmake - cmake
install: export CXX="g++-5" CC="gcc-5";
script: script:
- cd TriviaBot - cd TriviaBot
- cmake . - cmake .