diff options
author | Jorge Canizales <jcanizales@google.com> | 2016-05-20 11:06:58 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2016-05-20 11:06:58 -0700 |
commit | 0ee18c2f2a6e11c7d2af7624f0a9604b7263ed5c (patch) | |
tree | fb7c98e29426409692ded43f433c5be55c5603c7 | |
parent | eba2b1c09c80ba119574d312a49845b77f40bda8 (diff) |
Use Xcode 7.3 and SDK 9.3 in Travis
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index a993b551da..75b1440630 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: objective-c -osx_image: xcode7.2 +osx_image: xcode7.3 env: global: - CONFIG=opt @@ -27,6 +27,6 @@ xcode_scheme: - InteropTestsLocalCleartext # TODO(jcanizales): Investigate why they time out: # - InteropTestsRemote -xcode_sdk: iphonesimulator9.2 +xcode_sdk: iphonesimulator9.3 notifications: email: false |