Skip to content

Commit

Permalink
[skip appveyor] ci: bump OSX to 10.14 and xcode to 10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Mar 27, 2019
1 parent 81c3317 commit f3d6dd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ addons:
- nvidia-cg-dev
- swig3.0
before_script:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update && brew install freetype libzzip sdl2 ; fi
osx_image: xcode10.1
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update && brew install libzzip sdl2 ; fi
osx_image: xcode10.2
env:
- TEST=TRUE
- GL3ES=TRUE # build GL3Plus and GLES2 Rendersystems
Expand Down

0 comments on commit f3d6dd5

Please sign in to comment.