Bump travis gcc to 4.9

This commit is contained in:
Maxime Coste 2016-03-25 23:22:45 +00:00
parent 072c78f913
commit ba337f952b

View File

@ -17,7 +17,7 @@ before_install:
install:
- if [ $TRAVIS_OS_NAME = linux -a "$CXX" = "g++" ]; then
export CXX=g++-4.8;
export CXX=g++-4.9;
elif [ $TRAVIS_OS_NAME = osx ]; then
brew outdated boost || brew upgrade boost;
fi;
@ -31,8 +31,8 @@ addons:
- boost-latest
- ubuntu-toolchain-r-test
packages:
- libstdc++-4.8-dev
- g++-4.8
- libstdc++-4.9-dev
- g++-4.9
- libncursesw5-dev
- libboost-regex1.55-dev
coverity_scan: