We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c4e5ee commit 449d2ffCopy full SHA for 449d2ff
.travis.yml
@@ -3,7 +3,7 @@ osx_image: xcode8
3
script:
4
- swift test
5
- xcrun xcodebuild -project Deque.xcodeproj -scheme Deque-macOS test
6
-- xcrun xcodebuild -project Deque.xcodeproj -scheme Deque-iOS test
+- xcrun xcodebuild -project Deque.xcodeproj -scheme Deque-iOS
7
- xcrun xcodebuild -project Deque.xcodeproj -scheme Deque-watchOS
8
-- xcrun xcodebuild -project Deque.xcodeproj -scheme Deque-tvOS test
+- xcrun xcodebuild -project Deque.xcodeproj -scheme Deque-tvOS
9
after_success: bash <(curl -s https://codecov.io/bash)
0 commit comments