Skip to content

Commit d5c5948

Browse files
committed
Fix CI by specifying valid, specific simulators
1 parent d0476f7 commit d5c5948

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ matrix:
2525
env:
2626
- XCODE_SDK=iphonesimulator
2727
- XCODE_ACTION="build-for-testing test-without-building"
28-
- XCODE_DESTINATION="platform=iOS Simulator,id=31E6604A-19AA-4B68-B560-C33C584BC80D" # iPhone 6s, iOS 10.2
29-
# - XCODE_DESTINATION="platform=iOS Simulator,name=iPhone 6s,OS=10.2"
28+
- XCODE_DESTINATION="platform=iOS Simulator,name=iPhone 6s,OS=10.2"
3029
# - XCODE_PLAYGROUND_TARGET="x86_64-apple-ios9.3"
3130
# - PLAYGROUND="ReactiveCocoa-iOS.playground"
3231
- xcode_scheme: ReactiveCocoa-tvOS
@@ -40,7 +39,7 @@ matrix:
4039
env:
4140
- XCODE_SDK=watchsimulator
4241
- XCODE_ACTION=build
43-
- XCODE_DESTINATION="platform=watchOS Simulator,name=Apple Watch - 38mm"
42+
- XCODE_DESTINATION="platform=watchOS Simulator,name=Apple Watch - 38mm,OS=3.2"
4443
- script:
4544
- carthage build --no-skip-current --platform mac
4645
env:

0 commit comments

Comments
 (0)