This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch janpio-test_paramedic_branch in repository https://gitbox.apache.org/repos/asf/cordova-plugin-inappbrowser.git
commit 2fafeac0ed63b195f33e3517ad96b487f79c4edb Author: Jan Piotrowski <[email protected]> AuthorDate: Tue Oct 2 21:07:39 2018 +0200 test paramedic branch --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e854d35..9bee301 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,7 +87,7 @@ before_install: - if [[ "$PLATFORM" =~ ios ]]; then npm install -g ios-deploy; fi - if [[ "$PLATFORM" =~ android ]]; then echo y | android update sdk -u --filter android-22,android-23,android-24,android-25,android-26,android-27; fi -- git clone https://github.com/apache/cordova-paramedic /tmp/paramedic && pushd /tmp/paramedic +- git clone -b janpio-fix_inappbrowser https://github.com/apache/cordova-paramedic /tmp/paramedic && pushd /tmp/paramedic && npm install && popd - npm install -g cordova --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
