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 87cf27a commit 2fca1a1Copy full SHA for 2fca1a1
.travis.yml
@@ -8,9 +8,13 @@ xcode_scheme: Authenticator
8
osx_image: xcode8.3
9
10
env:
11
- - RUNTIME="iOS 8.2" DEVICE="iPhone 4s"
12
- - RUNTIME="iOS 8.4" DEVICE="iPhone 5s"
+ - RUNTIME="iOS 9.0" DEVICE="iPhone 4s"
+ - 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"
18
- RUNTIME="iOS 10.3" DEVICE="iPhone 7 Plus"
19
20
install:
0 commit comments