aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2016-10-03 11:20:54 -0400
committerGravatar Thomas Van Lenten <thomasvl@google.com>2016-10-03 13:24:24 -0400
commit297449aaf4b3fabb29a75ba3912af12e27fdefd9 (patch)
treea657e8036dc9f18f288f3e5bc4fcbbe8e789c477 /.travis.yml
parent350d49449bcabb491f1fb05e3ac2a91717c9ef04 (diff)
Update the ObjC projects for Xcode 8
- Let Xcode 8 update settings on the projects/schemes. - Migrate Swift tests to Swift 3 syntax. - Update the build/test script: - Require Xcode 8 (because of the Swift 3 requirement for tests) - Update the devices to what Xcode 8 has (8.x simulator seem to fail even though they can be downloaded in Xcode 8) - Update the travis images to ones with Xcode 8.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 14b7050c..af8e5c97 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ language: cpp
os:
- osx
# The Objective C build needs Xcode 7.0 or later.
-osx_image: xcode7.3
+osx_image: xcode8
script:
- ./tests.sh $CONFIG
env: