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/06/18 13:44:52 UTC

[cordova-plugin-device] branch master updated: ci(travis): Add Android 9.0

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-device.git


The following commit(s) were added to refs/heads/master by this push:
     new 9c04748  ci(travis): Add Android 9.0
9c04748 is described below

commit 9c047481ffa66b4809aa7f0426539e98c55c1832
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Tue Jun 18 15:44:47 2019 +0200

    ci(travis): Add Android 9.0
---
 .travis.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 534406d..0c0fd50 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,7 @@
+# This Travis configuration file is built after a Cordova Paramedic 
+# specific template with minimal modifications and adaptations:
+# https://github.com/apache/cordova-paramedic/blob/master/.travis.yml
+
 sudo: false
 
 addons:
@@ -67,6 +71,8 @@ matrix:
       <<: *_android
     - env: PLATFORM=android-8.1
       <<: *_android
+    - env: PLATFORM=android-9.0
+      <<: *_android
 
 before_install:
   # manually install Node for `language: android`


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