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 d943110 commit e199c3f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,8 @@ 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

0 comments on commit e199c3f

Please sign in to comment.