Skip to content

Commit

Permalink
travis,osx: use xcode8 image for gcc-4.9 availability
Browse files Browse the repository at this point in the history
  • Loading branch information
Snaipe committed Jan 31, 2018
1 parent 741e448 commit 440c09e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -78,6 +78,7 @@ matrix:


# OSX Debug, GCC 4.9 # OSX Debug, GCC 4.9
- os: osx - os: osx
osx_image: xcode8
compiler: gcc-4.9 compiler: gcc-4.9
env: env:
- CONFIGURATION=Debug - CONFIGURATION=Debug
Expand All @@ -86,6 +87,7 @@ matrix:


# OSX RelWithDebInfo, GCC 4.9 # OSX RelWithDebInfo, GCC 4.9
- os: osx - os: osx
osx_image: xcode8
compiler: gcc-4.9 compiler: gcc-4.9
env: CONFIGURATION=RelWithDebInfo env: CONFIGURATION=RelWithDebInfo


Expand Down

0 comments on commit 440c09e

Please sign in to comment.