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

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmswindmill committed Jul 22, 2019
1 parent 310c32e commit 59ac991
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -32,7 +32,7 @@ matrix:
components:
- android-26
- extra-android-m2repository
- env: STATIC_CODE_ANALYSIS=true
- env: STATIC_CODE_ANALYSIS=true CHECK_C=true
language: objective-c
osx_image: xcode7.2
cache:
Expand Down Expand Up @@ -128,7 +128,7 @@ script:
;;
esac
if [[ "${STATIC_CODE_ANALYSIS}" = "true" ]]; then
if [[ ("${STATIC_CODE_ANALYSIS}" = "true") && ("${CHECK_C}" = "true") ]]; then
hasCFile=$(npm run danger -- run --dangerfile ./dangerfile-static-check.js)
echo "The value of hasIosFile is ${hasIosFile}"
if [[ "$hasCFile" =~ "hasCFile" ]]; then
Expand Down
1 change: 1 addition & 0 deletions ios/sdk/WeexSDK/Sources/Model/WXComponent_performance.h
Expand Up @@ -25,3 +25,4 @@
@property (nonatomic,assign) BOOL ignoreInteraction;

@end

0 comments on commit 59ac991

Please sign in to comment.