We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e4935 commit 8c5af2dCopy full SHA for 8c5af2d
1 file changed
scripts/travis-build-script.sh
@@ -18,6 +18,8 @@ if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
18
xcodebuild test -scheme SortedArray-macOS | xcpretty
19
xcodebuild test -scheme SortedArray-iOS -destination "platform=iOS Simulator,name=iPhone 7,OS=10.1" | xcpretty
20
xcodebuild test -scheme SortedArray-tvOS -destination "platform=tvOS Simulator,name=Apple TV 1080p" | xcpretty
21
+ # watchOS doesn't support unit tests.
22
+ xcodebuild build -scheme SortedArray-watchOS -destination="platform=watchOS Simulator,name=Apple Watch - 38mm" | xcpretty
23
elif [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
24
# Linux
25
echo "Using Docker image: ${DOCKER_IMAGE}"
0 commit comments