Skip to content

Commit 195b4d7

Browse files
committed
Travis tvOS update
1 parent fbfcc50 commit 195b4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ script:
1818
- travis_retry xcodebuild -workspace SMLib.xcworkspace -scheme "SMLib iOS" -destination "platform=iOS Simulator,name=iPhone 8" build-for-testing -enableCodeCoverage YES test
1919
- bash <(curl -s https://codecov.io/bash)
2020
- travis_retry xcodebuild -workspace SMLib.xcworkspace -scheme "SMLib OSX" build-for-testing test | xcpretty
21-
- travis_retry xcodebuild -workspace SMLib.xcworkspace -scheme "SMLib tvOS" -destination "platform=tvOS Simulator,name=Apple TV 1080p" build-for-testing test | xcpretty
21+
- travis_retry xcodebuild -workspace SMLib.xcworkspace -scheme "SMLib tvOS" -destination "platform=tvOS Simulator,name=Apple TV" build-for-testing test | xcpretty
2222
deploy:
2323
provider: releases
2424
api_key:

0 commit comments

Comments
 (0)