Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit a21e781

Browse files
Jakob MygindJakob Mygind
authored andcommitted
removed tv-os target from travis config
1 parent 8b54c3d commit a21e781

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,11 @@ env:
1111
global:
1212
- SPINNER_PROJECT="Spinner.xcodeproj"
1313
- IOS_FRAMEWORK_SCHEME="Spinner"
14-
- TVOS_FRAMEWORK_SCHEME="Spinner-tvOS"
1514

1615
- IOS_SDK=iphonesimulator10.0
17-
- TVOS_SDK=appletvsimulator10.0
1816

1917
matrix:
2018
- DESTINATION="OS=10.0,name=iPhone 6S Plus" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" RUN_TESTS="YES
21-
- DESTINATION="OS=10.0,name=Apple TV 1080p" SCHEME="$TVOS_FRAMEWORK_SCHEME" SDK="$TVOS_SDK" RUN_TESTS="YES"
2219

2320
script:
2421
- set -o pipefail

0 commit comments

Comments
 (0)