You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/03/26 23:30:27 UTC

[cordova-paramedic] branch janpio-improve_saucelabs updated: try to accept all android licences (via https://stackoverflow.com/a/45782695/252627)

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-improve_saucelabs
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git


The following commit(s) were added to refs/heads/janpio-improve_saucelabs by this push:
     new 3b426e7  try to accept all android licences (via https://stackoverflow.com/a/45782695/252627)
3b426e7 is described below

commit 3b426e72063cfbd0ab9a220c5ecdc13a0cf96535
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Mar 27 00:30:14 2019 +0100

    try to accept all android licences (via https://stackoverflow.com/a/45782695/252627)
---
 .travis.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ee55352..4e11723 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -67,11 +67,10 @@ matrix:
 before_install:
 - rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install $TRAVIS_NODE_VERSION
 - node --version
-- if [[ "$PLATFORM" =~ android ]]; then gradle --version; fi
 - if [[ "$PLATFORM" =~ local ]]; then npm install -g ios-deploy; fi
+- if [[ "$PLATFORM" =~ android ]]; then gradle --version; fi
+- if [[ "$PLATFORM" =~ android ]]; then yes | sdkmanager --licenses; fi
 - 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,android-28;
-  fi
 - npm install -g cordova
 install:
 - npm install


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org