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

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


The following commit(s) were added to refs/heads/master by this push:
     new 74772c3  also accept terms for android sdk `android-27`
74772c3 is described below

commit 74772c3baf14297dc1e7b9fa93e249c108a1e3a5
Author: Jan Piotrowski <piotrowski+git...@gmail.com>
AuthorDate: Mon Oct 1 12:36:40 2018 +0200

    also accept terms for android sdk `android-27`
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 7b2ebfb..d27e817 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -73,7 +73,7 @@ before_install:
 - node --version
 - if [[ "$PLATFORM" =~ android ]]; then gradle --version; 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;
+- 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
   && npm install && popd


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

Reply via email to