Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

Commit ce77b0c

Browse files
committed
update3
1 parent 266bcb6 commit ce77b0c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,12 @@ script:
148148
;;
149149
esac
150150
151-
# address santizier and oclint
152151
if [[ ("${STATIC_CODE_ANALYSIS}" = "true") && ("${CHECK_C}" = "true") ]]; then
153152
hasCFile=$(npm run danger -- run --dangerfile ./dangerfile-static-check.js)
154153
echo "The value of hasCFile is ${hasCFile}"
155154
if [[ "$hasCFile" =~ "hasCFile" ]]; then
156155
echo "hasCFile"
157-
cd ios/sdk && xcodebuild -enableAddressSanitizer YES | xcpretty -r json-compilation-database -o compile_commands.json
156+
cd ios/sdk && xcodebuild YES | xcpretty -r json-compilation-database -o compile_commands.json
158157
oclint-json-compilation-database oclint_args -- \
159158
-disable-rule=ShortVariableName \
160159
-disable-rule=LongLine \

weex-playground

0 commit comments

Comments
 (0)