Skip to content

Commit

Permalink
update simulators
Browse files Browse the repository at this point in the history
  • Loading branch information
petrpavlik committed Oct 26, 2019
1 parent abc1700 commit c9fcbc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ aliases:
- XCODE_SCHEME=ReactiveSwift-iOS
XCODE_SDK=iphonesimulator
XCODE_ACTION="build-for-testing test-without-building"
XCODE_DESTINATION="platform=iOS Simulator,name=iPhone X"
XCODE_DESTINATION="platform=iOS Simulator,name=iPhone 11 Pro"
script/build
- XCODE_SCHEME=ReactiveSwift-tvOS
XCODE_SDK=appletvsimulator
Expand All @@ -35,7 +35,7 @@ aliases:
- XCODE_SCHEME=ReactiveSwift-watchOS
XCODE_SDK=watchsimulator
XCODE_ACTION=build
XCODE_DESTINATION="platform=watchOS Simulator,name=Apple Watch Series 3 - 38mm"
XCODE_DESTINATION="platform=watchOS Simulator,name=Apple Watch Series 5 - 44mm"
script/build
- &cocoapods
script:
Expand Down

0 comments on commit c9fcbc2

Please sign in to comment.