Skip to content

Commit a4cb713

Browse files
author
Clément Le Provost
committed
[CI] Use Xcode 8 and new target platforms
Should work better… :/
1 parent 72f8447 commit a4cb713

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@ branches:
22
only:
33
- master
44
- v4
5-
osx_image: xcode7.3
5+
osx_image: xcode8
66
language: objective-c
77
env:
88
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"
9+
- PLATFORM="OSX" SDK="macosx10.12"
10+
- PLATFORM="iOS" SDK="iphonesimulator10.0" DESTINATION="OS=10.0,name=iPhone 6"
11+
- PLATFORM="tvOS" SDK="appletvsimulator10.0" DESTINATION="OS=10.0,name=Apple TV 1080p"
1312
install:
1413
- pod install --repo-update
1514
before_script:

0 commit comments

Comments
 (0)