mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-12 11:19:02 +08:00
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:
parent
02272a65c7
commit
c5beef82a0
@ -19,6 +19,7 @@ addons:
|
||||
packages:
|
||||
- ccache
|
||||
- cmake
|
||||
- g++-4.9
|
||||
|
||||
before_install:
|
||||
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then brew update; fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user