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 6472aeb commit 27f5d0eCopy full SHA for 27f5d0e
.travis.yml
@@ -7,7 +7,7 @@ jobs:
7
- gem install cocoapods
8
script:
9
- pod install
10
- - xcodebuild test -workspace Example.xcworkspace -scheme Example -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=13.0,name=iPhone Xʀ' -quiet
+ - xcodebuild test -workspace Example.xcworkspace -scheme Example -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=11.3,name=iPhone X' -quiet
11
- stage: deploying to cocoapods
12
before_install:
13
- echo $TRAVIS_TAG
0 commit comments