Skip to content

Commit dc1a924

Browse files
committed
drop iOS 9 checks on ci
1 parent 402757c commit dc1a924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
matrix:
1515
- DESTINATION="OS=10.0,name=iPhone 5" SCHEME="$SCHEME_IOS" SDK="$IOS_SDK"
16-
- DESTINATION="OS=11.0,name=iPhone 6" SCHEME="$SCHEME_IOS" SDK="$IOS_SDK"
16+
- DESTINATION="OS=11.1,name=iPhone 6" SCHEME="$SCHEME_IOS" SDK="$IOS_SDK"
1717
- DESTINATION="OS=12.0,name=iPhone 7 Plus" SCHEME="$SCHEME_IOS" SDK="$IOS_SDK"
1818

1919
script:

0 commit comments

Comments
 (0)