Skip to content

Commit

Permalink
Change the target devices for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Qata committed Jun 14, 2018
1 parent 6cdf448 commit 18a27f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ env:
matrix:
include:
- env: SCHEME="macOS" SDK="macosx10.13" DESTINATION="arch=x86_64"
- env: SCHEME="iOS" SDK="iphonesimulator11.3" DESTINATION="OS=11.0,name=iPhone 7 Plus" UPDATE_DOCS="true"
- env: SCHEME="tvOS" SDK="appletvsimulator11.3" DESTINATION="OS=11.0,name=Apple TV 1080p"
- env: SCHEME="iOS" SDK="iphonesimulator11.3" DESTINATION="OS=11.3,name=iPhone X" UPDATE_DOCS="true"
- env: SCHEME="tvOS" SDK="appletvsimulator11.3" DESTINATION="OS=11.3,name=Apple TV 1080p"

script:
- set -o pipefail
Expand Down

0 comments on commit 18a27f6

Please sign in to comment.