We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c79980 commit a9452c5Copy full SHA for a9452c5
.travis.yml
@@ -5,17 +5,14 @@ language: objective-c
5
xcode_workspace: Authenticator.xcworkspace
6
xcode_scheme: Authenticator
7
8
-osx_image: xcode8.3
+osx_image: xcode9
9
10
env:
11
- RUNTIME="iOS 9.0" DEVICE="iPhone 4s"
12
- - RUNTIME="iOS 9.1" DEVICE="iPhone 5"
13
- - RUNTIME="iOS 9.2" DEVICE="iPhone 5s"
14
- RUNTIME="iOS 9.3" DEVICE="iPhone 6s"
15
- - RUNTIME="iOS 10.0" DEVICE="iPhone 6s Plus"
16
- - RUNTIME="iOS 10.1" DEVICE="iPhone SE"
17
- - RUNTIME="iOS 10.2" DEVICE="iPhone 7"
+ - RUNTIME="iOS 10.0" DEVICE="iPhone SE"
18
- RUNTIME="iOS 10.3" DEVICE="iPhone 7 Plus"
+ - RUNTIME="iOS 11.0" DEVICE="iPhone X"
19
20
install:
21
- git submodule update --init --recursive
0 commit comments