Commit 6b8aa36c authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

travis: Use gcc-4.9 instead of gcc-4.8

parent 86ddda5c
language: cpp
compiler:
- clang
#Disable gcc build for the moment...
- gcc
sudo: false
addons:
......@@ -9,8 +8,8 @@ addons:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- libstdc++-4.8-dev
- g++-4.9
- libstdc++-4.9-dev
- autoconf
- automake
- autotools-dev
......@@ -26,7 +25,7 @@ addons:
- libjemalloc-dev
before_install:
- $CC --version
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
- $CC --version
before_script:
- autoreconf -i
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment