aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar makdharma <makdharma@users.noreply.github.com>2016-02-18 15:31:41 -0800
committerGravatar makdharma <makdharma@users.noreply.github.com>2016-02-18 15:31:41 -0800
commit894bd37434c4e1a73d90ee3a2edf84e8f8fe392f (patch)
tree4d3ba0e57f1f60865050caa050ee896fc64e2c02 /.travis.yml
parent1fd052f43c6d12fa451309264dc7fec2e4faccd7 (diff)
Updated travis to use Xcode 7.2 and SDK 9.2
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d2d1c8ba63..004d44f3a5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
language: objective-c
-osx_image: xcode7.1
+osx_image: xcode7.2
env:
global:
- CONFIG=opt
@@ -27,6 +27,6 @@ xcode_scheme:
- InteropTestsLocalCleartext
# TODO(jcanizales): Investigate why they time out:
# - InteropTestsRemote
-xcode_sdk: iphonesimulator9.1
+xcode_sdk: iphonesimulator9.2
notifications:
email: false