Skip to content

Commit e9b98e6

Browse files
authored
Merge pull request #152 from ReactiveCocoa/travis-xcode-8.2
[Travis] Use Xcode 8.2 image
2 parents a92032f + ac8ba6e commit e9b98e6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode8.1
2+
osx_image: xcode8.2
33
before_install: true
44
install: true
55
git:
@@ -24,11 +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"
28+
- xcode_scheme: ReactiveSwift-iOS
2829
env:
2930
- XCODE_SDK=iphonesimulator
3031
- XCODE_ACTION="build-for-testing test-without-building"
31-
- XCODE_DESTINATION="platform=iOS Simulator,name=iPhone 5"
32+
- XCODE_DESTINATION="platform=iOS Simulator,name=iPhone 5,OS=10.1"
3233
- xcode_scheme: ReactiveSwift-tvOS
3334
env:
3435
- XCODE_SDK=appletvsimulator

0 commit comments

Comments
 (0)