Skip to content

Commit afcd181

Browse files
committed
- simulators changed for Travis
1 parent 6773c16 commit afcd181

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ before_deploy:
1616
- carthage archive $FRAMEWORK_NAME
1717
script:
1818
- 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
2121
deploy:
2222
provider: releases
2323
api_key:

0 commit comments

Comments
 (0)