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 77fce5f commit ac8ba6eCopy full SHA for ac8ba6e
.travis.yml
@@ -24,12 +24,12 @@ matrix:
24
env:
25
- XCODE_SDK=iphonesimulator
26
- XCODE_ACTION="build-for-testing test-without-building"
27
- - XCODE_DESTINATION="platform=iOS Simulator,name=iPhone 6s"
+ - XCODE_DESTINATION="platform=iOS Simulator,name=iPhone 6s,OS=10.1"
28
- xcode_scheme: ReactiveSwift-iOS
29
30
31
32
- - XCODE_DESTINATION="platform=iOS Simulator,name=iPhone 5"
+ - XCODE_DESTINATION="platform=iOS Simulator,name=iPhone 5,OS=10.1"
33
- xcode_scheme: ReactiveSwift-tvOS
34
35
- XCODE_SDK=appletvsimulator
0 commit comments