diff --git a/.travis.yml b/.travis.yml index 3125e4f8cf..5015b2f054 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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