Skip to content

Commit f4b7f6e

Browse files
committed
Update Travis build values
1 parent 4cd2a94 commit f4b7f6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode8.1
2+
osx_image: xcode9.0
33

44
branches:
55
except:
@@ -18,8 +18,8 @@ env:
1818
matrix:
1919
include:
2020
- env: SCHEME="macOS" SDK="macosx10.12" DESTINATION="arch=x86_64"
21-
- env: SCHEME="iOS" SDK="iphonesimulator10.1" DESTINATION="OS=10.1,name=iPhone 6S Plus" UPDATE_DOCS="true"
22-
- env: SCHEME="tvOS" SDK="appletvsimulator10.0" DESTINATION="OS=10.0,name=Apple TV 1080p"
21+
- env: SCHEME="iOS" SDK="iphonesimulator11.0" DESTINATION="OS=11.0,name=iPhone 7 Plus" UPDATE_DOCS="true"
22+
- env: SCHEME="tvOS" SDK="appletvsimulator11.0" DESTINATION="OS=11.0,name=Apple TV 1080p"
2323

2424
script:
2525
- set -o pipefail

0 commit comments

Comments
 (0)