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

Commit

Permalink
update3
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmswindmill committed Jul 23, 2019
1 parent 5b49f35 commit d943110
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@ install:
npm install
elif [[ ("$TEST_SUITE" = "ios") ]]; then
git submodule update --init --remote
cd weex-playground/ios && bash update_podfile_for_travisci.sh
cd ../../ && npm install
# cd weex-playground/ios && bash update_podfile_for_travisci.sh
# cd ../../ &&
npm install
cd weex-playground/ios && pod install --repo-update
cd ../../
elif [[ ("${FORMAT_CODE}" = "true" )]]; then
Expand Down Expand Up @@ -143,7 +144,8 @@ script:
# build WeexSDK and run WeexSDKTests
xcodebuild -project ios/sdk/WeexSDK.xcodeproj test -scheme WeexSDKTests CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -destination "platform=iOS Simulator,name=iPhone 6" | grep -A 5 error:
# build WeexDemo and run WeexDemo test
xcodebuild -workspace weex-playground/ios/WeexDemo.xcworkspace test -scheme WeexDemo CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -destination "platform=iOS Simulator,name=iPhone 6" | grep -A 5 error:
cd weex-playground/ios && mkdir tmp && mv * tmp;cd tmp
xcodebuild -workspace WeexDemo.xcworkspace test -scheme WeexDemo CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -destination "platform=iOS Simulator,name=iPhone 6" | grep -A 5 error:
fi
;;
esac
Expand Down
Binary file removed format-tool/google-java-format-1.7-all-deps.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion weex-playground

0 comments on commit d943110

Please sign in to comment.