Travis: Use newer boost version
This commit is contained in:
parent
ceedf4b996
commit
550be5fab1
@ -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 .
|
||||||
|
Loading…
Reference in New Issue
Block a user