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

Commit

Permalink
update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmswindmill committed Jul 22, 2019
1 parent 193124d commit acc85c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -95,9 +95,9 @@ install:
npm install
elif [[ ("$TEST_SUITE" = "ios") ]]; then
git submodule update --init --remote
bash weex-playground/ios/update_podfile_for_travisci.sh
cd weex-playground/ios && bash update_podfile_for_travisci.sh
npm install
cd weex-playground/ios && pod install --repo-update
pod install --repo-update
cd ../../
elif [[ ("${FORMAT_CODE}" = "true" )]]; then
bundle install
Expand Down

0 comments on commit acc85c1

Please sign in to comment.