Skip to content

Commit ac8ba6e

Browse files
committed
[Travis] Temporarily specify iOS 10.1 simulator
1 parent 77fce5f commit ac8ba6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ matrix:
2424
env:
2525
- XCODE_SDK=iphonesimulator
2626
- XCODE_ACTION="build-for-testing test-without-building"
27-
- XCODE_DESTINATION="platform=iOS Simulator,name=iPhone 6s"
27+
- XCODE_DESTINATION="platform=iOS Simulator,name=iPhone 6s,OS=10.1"
2828
- xcode_scheme: ReactiveSwift-iOS
2929
env:
3030
- XCODE_SDK=iphonesimulator
3131
- XCODE_ACTION="build-for-testing test-without-building"
32-
- XCODE_DESTINATION="platform=iOS Simulator,name=iPhone 5"
32+
- XCODE_DESTINATION="platform=iOS Simulator,name=iPhone 5,OS=10.1"
3333
- xcode_scheme: ReactiveSwift-tvOS
3434
env:
3535
- XCODE_SDK=appletvsimulator

0 commit comments

Comments
 (0)