We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf85af7 commit 2b8a931Copy full SHA for 2b8a931
.travis.yml
@@ -21,7 +21,7 @@ script:
21
- gem install travis
22
- travis lint .travis.yml --no-interactive
23
- 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
+ - 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
25
- pod lib lint
26
- swift build # Check Swift Package Manager module compiles
27
after_script:
0 commit comments