aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2018-04-20 16:41:50 -0400
committerGravatar Thomas Van Lenten <thomasvl@google.com>2018-04-21 12:04:03 -0400
commit8417871a715bad6cbc97eaf0c64957ffe204aeb5 (patch)
tree53bf2420b70c491dc0d168f1852f7e2106f29d5f /.travis.yml
parentb59da6d0997bf876de671d3d5be8ab7ebcf1424e (diff)
Move to Xcode 9.3 which also means a High Sierra image.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 99981466..74d4ea7b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,21 +14,21 @@ matrix:
- os: osx
env: CONFIG=objectivec_osx
- osx_image: xcode9.1
+ osx_image: xcode9.3
language: objective-c
# iOS build log was starting to choke travis UI, so split to cover the
# Xcode Debug and Release Configurations independently.
- os: osx
env: CONFIG=objectivec_ios_debug
- osx_image: xcode9.1
+ osx_image: xcode9.3
language: objective-c
- os: osx
env: CONFIG=objectivec_ios_release
- osx_image: xcode9.1
+ osx_image: xcode9.3
language: objective-c
- os: osx
env: CONFIG=objectivec_cocoapods_integration
- osx_image: xcode9.1
+ osx_image: xcode9.3
language: objective-c
# -----------------------------------------------------------------