Skip to content

Commit 9f52a0d

Browse files
authored
Drop watchOS and tvOS in travis since there is no code for those platforms (#41)
1 parent e8c949d commit 9f52a0d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,9 @@ env:
1616
- WORKSPACE="SwiftQueue.xcodeproj"
1717

1818
matrix:
19-
- PLATFORM="" DESTINATION="OS=2.0,name=Apple Watch - 42mm" SCHEME="$WATCHOS_FRAMEWORK_SCHEME" RUN_TESTS="NO" POD_LINT="NO"
20-
2119
- PLATFORM="--platform iOS" DESTINATION="OS=11.0,name=iPhone X" SCHEME="$IOS_FRAMEWORK_SCHEME" RUN_TESTS="NO" POD_LINT="YES"
2220
- PLATFORM="--platform iOS" DESTINATION="OS=8.1,name=iPhone 4S" SCHEME="$IOS_FRAMEWORK_SCHEME" RUN_TESTS="NO" POD_LINT="NO"
2321

24-
- PLATFORM="--platform tvOS" DESTINATION="OS=9.0,name=Apple TV 1080p" SCHEME="$TVOS_FRAMEWORK_SCHEME" RUN_TESTS="NO" POD_LINT="NO"
25-
2622
- PLATFORM="--platform mac" DESTINATION="arch=x86_64" SCHEME="$MACOS_FRAMEWORK_SCHEME" RUN_TESTS="YES" POD_LINT="NO"
2723

2824
before_install:

0 commit comments

Comments
 (0)