Skip to content

Commit 4e969be

Browse files
author
Jaehong Kang
committed
Fixes xcodebuild never fail
1 parent 492304b commit 4e969be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ install:
55
- cd ./Demo; pod install
66

77
script:
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
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)
99

1010
notifications:
1111
email: false

0 commit comments

Comments
 (0)