Request g++4.9 in Travis builds.

Hoping to avoid some ambiguity issues cropping up w/g++4.8, and
get away from transient internal compiler errors.
This commit is contained in:
Tom Finegan 2018-04-20 11:19:42 -07:00
parent 02272a65c7
commit c5beef82a0

View File

@ -19,6 +19,7 @@ addons:
packages:
- ccache
- cmake
- g++-4.9
before_install:
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then brew update; fi