Skip to content

Commit 61cf598

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ osx_image: xcode10
33

44
install:
55
- cd ./WKJavaScriptController-Demo; pod install
6-
- brew update; brew outdated swiftlint || brew upgrade swiftlint
76

87
script:
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
8+
- xcodebuild -workspace WKJavaScriptController-Demo.xcodeproj/project.xcworkspace -scheme WKJavaScriptController-Demo -sdk "iphonesimulator" -destination "platform=iOS Simulator,name=iPhone 7,OS=11.4" -configuration Debug ONLY_ACTIVE_ARCH=NO | xcpretty -c
109

1110
notifications:
1211
email: false

0 commit comments

Comments
 (0)