From ce297f8f9bab55f835af24fdf9e7893fff5eb46b Mon Sep 17 00:00:00 2001 From: khizmax Date: Thu, 5 Mar 2015 18:00:25 +0300 Subject: [PATCH] using gcc-4.9 for travis-ci --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 74c69161..d4cbc835 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.8 + - export GCC_VERSION=4.9 - export BOOST_VERSION=57 install: -- 2.34.1