Skip to content

Commit 30f9637

Browse files
committed
Update .travis.yml
1 parent 7526609 commit 30f9637

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
@@ -6,7 +6,7 @@ install:
66
- brew update; brew outdated swiftlint || brew upgrade swiftlint
77

88
script:
9-
- xcodebuild clean build -sdk iphonesimulator -workspace WKJavaScriptController-Demo.xcworkspace -scheme WKJavaScriptController-Demo CODE_SIGNING_REQUIRED=NO
9+
- 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
1010

1111
notifications:
1212
email: false

0 commit comments

Comments
 (0)