We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7526609 commit 30f9637Copy full SHA for 30f9637
.travis.yml
@@ -6,7 +6,7 @@ install:
6
- brew update; brew outdated swiftlint || brew upgrade swiftlint
7
8
script:
9
- - xcodebuild clean build -sdk iphonesimulator -workspace WKJavaScriptController-Demo.xcworkspace -scheme WKJavaScriptController-Demo CODE_SIGNING_REQUIRED=NO
+ - xcodebuild -workspace WKJavaScriptController-Demo.xcworkspace -scheme WKJavaScriptController-Demo -sdk "$iphonesimulator" -destination "platform=iOS Simulator,name=iPhone 7,OS=11.4" -configuration Debug ONLY_ACTIVE_ARCH=NO | xcpretty -c
10
11
notifications:
12
email: false
0 commit comments