Skip to content

Commit

Permalink
Force CI to use iOS 10.2 Simulator.
Browse files Browse the repository at this point in the history
  • Loading branch information
andersio committed Dec 16, 2016
1 parent 9380506 commit d847c49
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: objective-c
osx_image: xcode8.1
osx_image: xcode8.2
before_install: true
install: true
git:
Expand All @@ -25,7 +25,8 @@ matrix:
env:
- XCODE_SDK=iphonesimulator
- XCODE_ACTION="build-for-testing test-without-building"
- XCODE_DESTINATION="platform=iOS Simulator,name=iPhone 6s"
- XCODE_DESTINATION="platform=iOS Simulator,id=31E6604A-19AA-4B68-B560-C33C584BC80D" # iPhone 6s, iOS 10.2
# - XCODE_DESTINATION="platform=iOS Simulator,name=iPhone 6s,OS=10.2"
# - XCODE_PLAYGROUND_TARGET="x86_64-apple-ios9.3"
# - PLAYGROUND="ReactiveCocoa-iOS.playground"
- xcode_scheme: ReactiveCocoa-tvOS
Expand Down

0 comments on commit d847c49

Please sign in to comment.