Skip to content

Commit 14c4359

Browse files
committed
Update .travis.yml
1 parent b9af2a1 commit 14c4359

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
language: objective-c
22
osx_image: xcode8.3
33

4-
xcode_workspace: "./WKJavaScriptController-Demo/WKJavaScriptController-Demo.xcworkspace"
5-
xcode_scheme: WKJavaScriptController-Demo
6-
74
install:
8-
- cd WKJavaScriptController-Demo || pod install
9-
- brew update; brew outdated swiftlint || brew upgrade swiftlint
5+
- brew update; brew outdated swiftlint || brew upgrade swiftlint
6+
7+
script:
8+
- xcodebuild clean build -sdk iphonesimulator -workspace ./WKJavaScriptController-Demo/WKJavaScriptController-Demo.xcworkspace -scheme WKJavaScriptController-Demo CODE_SIGNING_REQUIRED=NO
109

1110
notifications:
1211
email: false

0 commit comments

Comments
 (0)