From 57270414ea6e42f186af6728e25a16ccc7affa62 Mon Sep 17 00:00:00 2001 From: rbock Date: Sun, 25 Dec 2016 14:24:10 +0100 Subject: [PATCH] Hah! trusty comes with gcc-4.8 already --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e670d98c..07725e19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,13 +26,12 @@ install: - git checkout tags/v1.0.0 - cd .. - g++ --version + - cmake --version - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test - && sudo add-apt-repository -y ppa:apokluda/boost1.53 && sudo add-apt-repository -y ppa:george-edison55/cmake-3.x && sudo apt-get update && sudo apt-cache madison cmake - && sudo apt-get install g++-4.8 libboost1.53-dev --no-install-recommends -y && sudo apt-get install cmake -y ; fi