From 894bd37434c4e1a73d90ee3a2edf84e8f8fe392f Mon Sep 17 00:00:00 2001 From: makdharma Date: Thu, 18 Feb 2016 15:31:41 -0800 Subject: Updated travis to use Xcode 7.2 and SDK 9.2 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3