Skip to content

Commit 18a27f6

Browse files
committedJun 14, 2018
Change the target devices for Travis
1 parent 6cdf448 commit 18a27f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ env:
1818
matrix:
1919
include:
2020
- env: SCHEME="macOS" SDK="macosx10.13" DESTINATION="arch=x86_64"
21-
- env: SCHEME="iOS" SDK="iphonesimulator11.3" DESTINATION="OS=11.0,name=iPhone 7 Plus" UPDATE_DOCS="true"
22-
- env: SCHEME="tvOS" SDK="appletvsimulator11.3" DESTINATION="OS=11.0,name=Apple TV 1080p"
21+
- env: SCHEME="iOS" SDK="iphonesimulator11.3" DESTINATION="OS=11.3,name=iPhone X" UPDATE_DOCS="true"
22+
- env: SCHEME="tvOS" SDK="appletvsimulator11.3" DESTINATION="OS=11.3,name=Apple TV 1080p"
2323

2424
script:
2525
- set -o pipefail

0 commit comments

Comments
 (0)
Please sign in to comment.