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

travis: Use gcc-4.9 instead of gcc-4.8

parent 86ddda5c
language: cpp language: cpp
compiler: compiler:
- clang - clang
#Disable gcc build for the moment...
- gcc - gcc
sudo: false sudo: false
addons: addons:
...@@ -9,8 +8,8 @@ addons: ...@@ -9,8 +8,8 @@ addons:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
packages: packages:
- g++-4.8 - g++-4.9
- libstdc++-4.8-dev - libstdc++-4.9-dev
- autoconf - autoconf
- automake - automake
- autotools-dev - autotools-dev
...@@ -26,7 +25,7 @@ addons: ...@@ -26,7 +25,7 @@ addons:
- libjemalloc-dev - libjemalloc-dev
before_install: before_install:
- $CC --version - $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 - $CC --version
before_script: before_script:
- autoreconf -i - 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