Require new gcc version for c++14 support

This commit is contained in:
Jack Bond-Preston 2016-07-31 21:24:01 +01:00
parent e04299bd30
commit fa23925154

View File

@ -2,8 +2,20 @@ language: cpp
compiler: gcc
before_install: sudo apt-get install cmake libboost-all-dev libcurl4-openssl-dev
addons:
apt:
sources:
- llvm-toolchain-precise
- ubuntu-toolchain-r-test
packages:
- g++-5
- gcc-5
- libboost-all-dev
- libcurl4-openssl-dev
- cmake
install: export CXX="g++-5" CC="gcc-5";
script:
- cd TriviaBot
- cmake .