Skip to content

Commit 2fca1a1

Browse files
committed
Update Travis runtimes and devices
1 parent 87cf27a commit 2fca1a1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ xcode_scheme: Authenticator
88
osx_image: xcode8.3
99

1010
env:
11-
- RUNTIME="iOS 8.2" DEVICE="iPhone 4s"
12-
- RUNTIME="iOS 8.4" DEVICE="iPhone 5s"
11+
- RUNTIME="iOS 9.0" DEVICE="iPhone 4s"
12+
- RUNTIME="iOS 9.1" DEVICE="iPhone 5"
13+
- RUNTIME="iOS 9.2" DEVICE="iPhone 5s"
1314
- 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"
1418
- RUNTIME="iOS 10.3" DEVICE="iPhone 7 Plus"
1519

1620
install:

0 commit comments

Comments
 (0)