Changed gcc-4.9 to 4.8 due internal compiler error
authorkhizmax <khizmax@gmail.com>
Thu, 5 Mar 2015 15:25:34 +0000 (18:25 +0300)
committerkhizmax <khizmax@gmail.com>
Thu, 5 Mar 2015 15:25:34 +0000 (18:25 +0300)
.travis.yml

index f348e1dc83f7f4b8618e7099fce429fbfce5800d..188e85f703e3a343fdbcf42ebc0cbc951a11fa47 100644 (file)
@@ -8,7 +8,7 @@ before_install:
     - export LIBCDS_BUILD_DIR=`pwd`\r
     - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test\r
     - sudo apt-get update -qq\r
-    - export GCC_VERSION=4.9\r
+    - export GCC_VERSION=4.8\r
     - export BOOST_VERSION=57\r
 \r
 install:\r
@@ -23,7 +23,7 @@ install:
 \r
 before_script: cd ./build\r
 \r
-script: ./build.sh -b 64 -j 4 -x ${CXX} -z '-Wall -Wextra -pedantic' --with-boost ../boost_1_${BOOST_VERSION}_0 -t test_hdr\r
+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\r
 \r
 #after_success:\r
 \r