Skip to content

Commit a2404c7

Browse files
author
Clément Le Provost
committed
[CI][iOS] Add latest OS version, remove intermediate versions
We keep only the latest and the oldest versions. The tests already take ages, no need to make them longer than necessary.
1 parent 1a830d8 commit a2404c7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ env:
44
matrix:
55
- PLATFORM="OSX" SDK="macosx10.11"
66
- PLATFORM="iOS" SDK="iphonesimulator9.3" DESTINATION="OS=8.1,name=iPhone 6"
7-
- PLATFORM="iOS" SDK="iphonesimulator9.3" DESTINATION="OS=8.2,name=iPhone 6"
8-
- PLATFORM="iOS" SDK="iphonesimulator9.3" DESTINATION="OS=8.3,name=iPhone 6"
9-
- PLATFORM="iOS" SDK="iphonesimulator9.3" DESTINATION="OS=8.4,name=iPhone 6"
10-
- PLATFORM="iOS" SDK="iphonesimulator9.3" DESTINATION="OS=9.0,name=iPhone 6"
7+
- PLATFORM="iOS" SDK="iphonesimulator9.3" DESTINATION="OS=9.3,name=iPhone 6"
118
- PLATFORM="tvOS" SDK="appletvsimulator9.2" DESTINATION="OS=9.2,name=Apple TV 1080p"
129
before_script:
1310
- gem install xcpretty -N

0 commit comments

Comments
 (0)