Skip to content

Commit

Permalink
Fix tvOS destination name in Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnwalraven committed Jun 24, 2018
1 parent c39d2a3 commit 3735405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ matrix:
env: DESTINATION="platform=iOS Simulator,OS=9.3,name=iPhone 6s"
- xcode_scheme: Apollo
xcode_sdk: appletvsimulator11.4
env: DESTINATION="platform=tvOS Simulator,OS=11.4,name=Apple TV 1080p"
env: DESTINATION="platform=tvOS Simulator,OS=11.4,name=Apple TV"
- xcode_scheme: ApolloSQLite
xcode_sdk: macosx10.13
env: DESTINATION="platform=macOS,arch=x86_64"
Expand Down

0 comments on commit 3735405

Please sign in to comment.