Skip to content

Commit 449d2ff

Browse files
committed
Disable running tests on iOS/tvOS for now.
1 parent 3c4e5ee commit 449d2ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ osx_image: xcode8
33
script:
44
- swift test
55
- xcrun xcodebuild -project Deque.xcodeproj -scheme Deque-macOS test
6-
- xcrun xcodebuild -project Deque.xcodeproj -scheme Deque-iOS test
6+
- xcrun xcodebuild -project Deque.xcodeproj -scheme Deque-iOS
77
- xcrun xcodebuild -project Deque.xcodeproj -scheme Deque-watchOS
8-
- xcrun xcodebuild -project Deque.xcodeproj -scheme Deque-tvOS test
8+
- xcrun xcodebuild -project Deque.xcodeproj -scheme Deque-tvOS
99
after_success: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)