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:24 UTC

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

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