We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f8447 commit a4cb713Copy full SHA for a4cb713
.travis.yml
@@ -2,14 +2,13 @@ branches:
2
only:
3
- master
4
- v4
5
-osx_image: xcode7.3
+osx_image: xcode8
6
language: objective-c
7
env:
8
matrix:
9
- - PLATFORM="OSX" SDK="macosx10.11"
10
- - PLATFORM="iOS" SDK="iphonesimulator9.3" DESTINATION="OS=8.1,name=iPhone 6"
11
- - PLATFORM="iOS" SDK="iphonesimulator9.3" DESTINATION="OS=9.3,name=iPhone 6"
12
- - PLATFORM="tvOS" SDK="appletvsimulator9.2" DESTINATION="OS=9.2,name=Apple TV 1080p"
+ - PLATFORM="OSX" SDK="macosx10.12"
+ - PLATFORM="iOS" SDK="iphonesimulator10.0" DESTINATION="OS=10.0,name=iPhone 6"
+ - PLATFORM="tvOS" SDK="appletvsimulator10.0" DESTINATION="OS=10.0,name=Apple TV 1080p"
13
install:
14
- pod install --repo-update
15
before_script:
0 commit comments