Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Travis Configuration for iOS 9.3 and 10.0 #75

Merged
merged 8 commits into from
Jul 20, 2016
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ language: objective-c
xcode_workspace: OneTimePassword.xcworkspace
xcode_scheme: OneTimePassword

osx_image: xcode7.2
xcode_sdk: iphonesimulator9.2
osx_image: xcode7.3
xcode_sdk: iphonesimulator9.3

env:
- DESTINATION="OS=8.1,name=iPhone 4S"
Expand All @@ -16,6 +16,13 @@ env:
- DESTINATION="OS=9.0,name=iPhone 6 Plus"
- DESTINATION="OS=9.1,name=iPhone 6S"
- DESTINATION="OS=9.2,name=iPhone 6S Plus"
- DESTINATION="OS=9.3,name=iPhone 6S Plus"

matrix:
include:
- osx_image: xcode8
xcode_sdk: iphonesimulator10.0
env: DESTINATION="OS=10.0,name=iPhone SE"

# Check out nested dependencies
before_install: git submodule update --init --recursive
Expand Down