Skip to content

Commit a9452c5

Browse files
committed
[Travis] Build CI builds with Xcode 9, and test on iOS 11
Also, reduce the overall number of CI builds to speed up testing in response to Travis CI's reduction of the number of concurrent builds.
1 parent 3c79980 commit a9452c5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,14 @@ language: objective-c
55
xcode_workspace: Authenticator.xcworkspace
66
xcode_scheme: Authenticator
77

8-
osx_image: xcode8.3
8+
osx_image: xcode9
99

1010
env:
1111
- RUNTIME="iOS 9.0" DEVICE="iPhone 4s"
12-
- RUNTIME="iOS 9.1" DEVICE="iPhone 5"
13-
- RUNTIME="iOS 9.2" DEVICE="iPhone 5s"
1412
- 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"
13+
- RUNTIME="iOS 10.0" DEVICE="iPhone SE"
1814
- RUNTIME="iOS 10.3" DEVICE="iPhone 7 Plus"
15+
- RUNTIME="iOS 11.0" DEVICE="iPhone X"
1916

2017
install:
2118
- git submodule update --init --recursive

0 commit comments

Comments
 (0)