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 21:51:00 UTC

[cordova-paramedic] branch janpio-improve_saucelabs updated: add more already existing OS/version combinations

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 7aac17c  add more already existing OS/version combinations
7aac17c is described below

commit 7aac17c5b8dda43c5ae51654af262884ead170e3
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Tue Mar 26 22:50:47 2019 +0100

    add more already existing OS/version combinations
---
 .travis.yml | 36 +++++++++++++++++++++++++++++++++++-
 1 file changed, 35 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 1ddd6ba..407c417 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,14 +13,48 @@ node_js: 6
 
 matrix:
   include:
+  # one local, without saucelabs
   - env: PLATFORM=local
     os: osx
     osx_image: xcode7.3
+
+  # many with saucelabs
+  
   - env: PLATFORM=browser-chrome
-    os: linux
+  - env: PLATFORM=browser-firefox
+  - env: PLATFORM=browser-safari
+  - env: PLATFORM=browser-edge
+
+  - env: PLATFORM=ios-9.3
+    os: osx
+    osx_image: xcode7.3
   - env: PLATFORM=ios-10.0
     os: osx
     osx_image: xcode7.3
+  - env: PLATFORM=android-4.4
+    os: linux
+    language: android
+    jdk: oraclejdk8
+    android:
+      components:
+      - tools
+      - build-tools-26.0.2
+  - env: PLATFORM=android-5.1
+    os: linux
+    language: android
+    jdk: oraclejdk8
+    android:
+      components:
+      - tools
+      - build-tools-26.0.2
+  - env: PLATFORM=android-6.0
+    os: linux
+    language: android
+    jdk: oraclejdk8
+    android:
+      components:
+      - tools
+      - build-tools-26.0.2
   - env: PLATFORM=android-7.0
     os: linux
     language: android


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