Skip to content

Commit

Permalink
CI: OSX - update to xcode 9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Jan 26, 2018
1 parent 1a07998 commit 850ff8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ before_script:
# we start compilation afterwards anyway, so no need to sleep
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then export DISPLAY=:99.0 && sh -e /etc/init.d/xvfb start ; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update && brew install freetype libzzip sdl2 ; fi
osx_image: xcode8.3
osx_image: xcode9.2
env:
- TEST=TRUE
- GL3ES=TRUE # build GL3Plus and GLES2 Rendersystems
Expand Down

0 comments on commit 850ff8f

Please sign in to comment.