File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ script:
18
18
- travis_retry xcodebuild -workspace SMLib.xcworkspace -scheme "SMLib iOS" -destination "platform=iOS Simulator,name=iPhone 8" build-for-testing -enableCodeCoverage YES test
19
19
- bash <(curl -s https://codecov.io/bash)
20
20
- 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
22
22
deploy :
23
23
provider : releases
24
24
api_key :
You can’t perform that action at this time.
0 commit comments