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