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

Commit

Permalink
update2
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmswindmill committed Jul 22, 2019
1 parent 9bb8a10 commit 266bcb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ install:
elif [[ ("$TEST_SUITE" = "ios") ]]; then
git submodule update --init --remote
cd weex-playground/ios && bash update_podfile_for_travisci.sh
npm install
pod install --repo-update
cd ../../ && npm install
cd weex-playground/ios && pod install --repo-update
cd ../../
elif [[ ("${FORMAT_CODE}" = "true" )]]; then
bundle install
Expand Down
2 changes: 1 addition & 1 deletion ios/sdk/WeexSDK/Sources/Model/WXComponent_performance.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
@property (nonatomic,assign) BOOL hasAdd;
@property (nonatomic,assign) BOOL ignoreInteraction;

@end
@end

0 comments on commit 266bcb6

Please sign in to comment.