File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ before_deploy:
16
16
- carthage archive $FRAMEWORK_NAME
17
17
script :
18
18
- set -o pipefail
19
- - travis_retry xcodebuild -scheme 'RESTAPI iOS' -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.0 ' build test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
20
- - travis_retry xcodebuild -scheme 'RESTAPI tvOS' -destination 'platform=tvOS Simulator,name=Apple TV 1080p ' build test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
19
+ - travis_retry xcodebuild -scheme 'RESTAPI iOS' -destination 'platform=iOS Simulator,name=iPhone 8 ' build test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
20
+ - travis_retry xcodebuild -scheme 'RESTAPI tvOS' -destination 'platform=tvOS Simulator,name=Apple TV' build test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
21
21
deploy :
22
22
provider : releases
23
23
api_key :
You can’t perform that action at this time.
0 commit comments