Skip to content

Commit

Permalink
Xcode 9.4 Default Travis (#6104)
Browse files Browse the repository at this point in the history
Keep Travis Using Latest Default Xcode (also Travis has updated most to latest Xcode).
  • Loading branch information
danoli3 authored and arturoc committed Aug 10, 2018
1 parent 66f6881 commit b9f664c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,22 +72,22 @@ matrix:
- libstdc++6

- os: osx
osx_image: xcode8
osx_image: xcode9.4
compiler: clang
env: TARGET="osx"

- os: osx
osx_image: xcode8
osx_image: xcode9.4
compiler: clang
env: TARGET="osx" OPT="makefiles"

- os: osx
osx_image: xcode8
osx_image: xcode9.4
compiler: clang
env: TARGET="ios"

- os: osx
osx_image: xcode8
osx_image: xcode9.4
compiler: clang
env: TARGET="tvos"

Expand Down

0 comments on commit b9f664c

Please sign in to comment.