Skip to content

Commit ff99b4a

Browse files
committed
Travis CI config for tvOS updated.
1 parent d3ad062 commit ff99b4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ script:
1111
- xcodebuild test -project When.xcodeproj -scheme "When-macOS" -sdk macosx | xcpretty
1212
- xcodebuild clean build -project When.xcodeproj -scheme "When-iOS" -sdk iphonesimulator | xcpretty
1313
- xcodebuild test -project When.xcodeproj -scheme "When-iOS" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8,OS=12.2' | xcpretty
14-
- xcodebuild clean build -project When.xcodeproj -scheme "When-tvOS" -destination 'platform=tvOS Simulator,name=Apple TV 1080p,OS=12.2' | xcpretty
15-
- xcodebuild test -project When.xcodeproj -scheme "When-tvOS" -destination 'platform=tvOS Simulator,name=Apple TV 1080p,OS=12.2' | xcpretty && exit ${PIPESTATUS[0]}
14+
- xcodebuild clean build -project When.xcodeproj -scheme "When-tvOS" -destination 'platform=tvOS Simulator,name=Apple TV,OS=12.2' | xcpretty
15+
- xcodebuild test -project When.xcodeproj -scheme "When-tvOS" -destination 'platform=tvOS Simulator,name=Apple TV,OS=12.2' | xcpretty && exit ${PIPESTATUS[0]}
1616

1717
notifications:
1818
email: false

0 commit comments

Comments
 (0)