Skip to content

Commit 2b8a931

Browse files
committed
Updated .travis.yml to use iPhone 11 Pro Max for testing
1 parent bf85af7 commit 2b8a931

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
@@ -21,7 +21,7 @@ script:
2121
- gem install travis
2222
- travis lint .travis.yml --no-interactive
2323
- swiftlint
24-
- xcodebuild clean build test -workspace Example/FeatureFlags.xcworkspace -scheme FeatureFlags-Example -destination "platform=iOS Simulator,name=iPhone X" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
24+
- xcodebuild clean build test -workspace Example/FeatureFlags.xcworkspace -scheme FeatureFlags-Example -destination "platform=iOS Simulator,name=iPhone 11 Pro Max" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
2525
- pod lib lint
2626
- swift build # Check Swift Package Manager module compiles
2727
after_script:

0 commit comments

Comments
 (0)