From 4c8b39b0a797629a49d00e867d8ffdec20067c35 Mon Sep 17 00:00:00 2001 From: khizmax Date: Thu, 5 Mar 2015 18:08:01 +0300 Subject: [PATCH] Revert back to gcc-4.8 for travis-ci --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d4cbc835..74c69161 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ before_install: - export LIBCDS_BUILD_DIR=`pwd` - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test - sudo apt-get update -qq - - export GCC_VERSION=4.9 + - export GCC_VERSION=4.8 - export BOOST_VERSION=57 install: -- 2.34.1