Updated travis to use Xcode 7.2 and SDK 9.2
This commit is contained in:
parent
1fd052f43c
commit
894bd37434
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue