From 2070cd78a9512f0fac93b59004ae78a68d4d65b4 Mon Sep 17 00:00:00 2001 From: khizmax Date: Thu, 5 Mar 2015 18:25:34 +0300 Subject: [PATCH] Changed gcc-4.9 to 4.8 due internal compiler error --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f348e1dc..188e85f7 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: @@ -23,7 +23,7 @@ install: before_script: cd ./build -script: ./build.sh -b 64 -j 4 -x ${CXX} -z '-Wall -Wextra -pedantic' --with-boost ../boost_1_${BOOST_VERSION}_0 -t test_hdr +script: ./build.sh -b 64 -j 4 -x ${CXX} -z '-Wall -Wextra -pedantic -Wno-unused-local-typedefs' --with-boost ../boost_1_${BOOST_VERSION}_0 -t test_hdr #after_success: -- 2.34.1