Skip to content

Commit 06f9a8f

Browse files
Arthur Pangaloestackview-admin
authored andcommitted
Set Travis iphone simulator to iOS 10 to workaround a CI failure (#58)
1 parent 6c865df commit 06f9a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ before_script:
1111
- bundle exec pod lib lint --verbose --fail-fast
1212
- carthage build --verbose --no-skip-current
1313
script:
14-
- xcodebuild -project AloeStackView.xcodeproj -scheme AloeStackView -sdk iphonesimulator -destination "platform=iOS Simulator,OS=9.0,name=iPhone 6s" -configuration Debug -PBXBuildsContinueAfterErrors=0 SWIFT_VERSION=$SWIFT_VERSION build test
14+
- xcodebuild -project AloeStackView.xcodeproj -scheme AloeStackView -sdk iphonesimulator -destination "platform=iOS Simulator,OS=10.0,name=iPhone 6s" -configuration Debug -PBXBuildsContinueAfterErrors=0 SWIFT_VERSION=$SWIFT_VERSION build test

0 commit comments

Comments
 (0)