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/29 14:48:23 UTC

[cordova-paramedic] branch janpio-improve_ci_android_test created (now 27e4b59)

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

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


      at 27e4b59  what happens if you move the android config stuff out?

This branch includes the following new commits:

     new 27e4b59  what happens if you move the android config stuff out?

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[cordova-paramedic] 01/01: what happens if you move the android config stuff out?

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 27e4b5987bd8a5897e379db9c6487823289b3d08
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Fri Mar 29 15:48:12 2019 +0100

    what happens if you move the android config stuff out?
---
 .travis.yml | 73 +++++++++----------------------------------------------------
 1 file changed, 10 insertions(+), 63 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ff2cc4b..b926c91 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,16 @@ env:
 language: node_js
 node_js: 6
 
+android:
+  components:
+    - tools
+    - build-tools-$ANDROID_BUILD_TOOLS_VERSION
+    - android-$ANDROID_API_LEVEL
+  licenses:
+    - 'android-sdk-preview-license-.+'
+    - 'android-sdk-license-.+'
+    - 'google-gdk-license-.+'
+
 matrix:
   include:
   - env: PLATFORM=local
@@ -27,93 +37,30 @@ matrix:
       os: linux
       language: android
       jdk: oraclejdk8
-      android:
-        components:
-          - tools
-          - build-tools-$ANDROID_BUILD_TOOLS_VERSION
-          - android-$ANDROID_API_LEVEL
-        licenses:
-          - 'android-sdk-preview-license-.+'
-          - 'android-sdk-license-.+'
-          - 'google-gdk-license-.+'
     - env: PLATFORM=android-5.1
       os: linux
       language: android
       jdk: oraclejdk8
-      android:
-        components:
-          - tools
-          - build-tools-$ANDROID_BUILD_TOOLS_VERSION
-          - android-$ANDROID_API_LEVEL
-        licenses:
-          - 'android-sdk-preview-license-.+'
-          - 'android-sdk-license-.+'
-          - 'google-gdk-license-.+'
     - env: PLATFORM=android-6.0
       os: linux
       language: android
       jdk: oraclejdk8
-      android:
-        components:
-          - tools
-          - build-tools-$ANDROID_BUILD_TOOLS_VERSION
-          - android-$ANDROID_API_LEVEL
-        licenses:
-          - 'android-sdk-preview-license-.+'
-          - 'android-sdk-license-.+'
-          - 'google-gdk-license-.+'
     - env: PLATFORM=android-7.0
       os: linux
       language: android
       jdk: oraclejdk8
-      android:
-        components:
-          - tools
-          - build-tools-$ANDROID_BUILD_TOOLS_VERSION
-          - android-$ANDROID_API_LEVEL
-        licenses:
-          - 'android-sdk-preview-license-.+'
-          - 'android-sdk-license-.+'
-          - 'google-gdk-license-.+'
     - env: PLATFORM=android-7.1
       os: linux
       language: android
       jdk: oraclejdk8
-      android:
-        components:
-          - tools
-          - build-tools-$ANDROID_BUILD_TOOLS_VERSION
-          - android-$ANDROID_API_LEVEL
-        licenses:
-          - 'android-sdk-preview-license-.+'
-          - 'android-sdk-license-.+'
-          - 'google-gdk-license-.+'
     - env: PLATFORM=android-8.0
       os: linux
       language: android
       jdk: oraclejdk8
-      android:
-        components:
-          - tools
-          - build-tools-$ANDROID_BUILD_TOOLS_VERSION
-          - android-$ANDROID_API_LEVEL
-        licenses:
-          - 'android-sdk-preview-license-.+'
-          - 'android-sdk-license-.+'
-          - 'google-gdk-license-.+'
     - env: PLATFORM=android-8.1
       os: linux
       language: android
       jdk: oraclejdk8
-      android:
-        components:
-          - tools
-          - build-tools-$ANDROID_BUILD_TOOLS_VERSION
-          - android-$ANDROID_API_LEVEL
-        licenses:
-          - 'android-sdk-preview-license-.+'
-          - 'android-sdk-license-.+'
-          - 'google-gdk-license-.+'
 
 before_install:
   # `language: android` has no Node.js installed, therefore we need to install it manually


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