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 19:15:06 UTC

[cordova-paramedic] 01/01: add more browsers to test on

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

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

commit d98af6f8648a1dae85c490d0241cdb6609b159de
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Fri Mar 29 20:14:54 2019 +0100

    add more browsers to test on
---
 .travis.yml | 42 +++++++++++++++++++++++++-----------------
 1 file changed, 25 insertions(+), 17 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a2c4773..de42871 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,23 +13,31 @@ node_js: 6
 
 matrix:
   include:
-  - env: PLATFORM=local
-    os: osx
-    osx_image: xcode9
-  - env: PLATFORM=browser-chrome
-    os: linux
-  - env: PLATFORM=ios-10.0
-    os: osx
-    osx_image: xcode9
-  - env: PLATFORM=android-7.0
-    os: linux
-    language: android
-    jdk: oraclejdk8
-    android:
-      components:
-      - tools
-      - extra-android-m2repository
-      - build-tools-28.0.3
+    # one local test, without saucelabs
+    - env: PLATFORM=local
+      os: osx
+      osx_image: xcode9
+
+    # many tests with saucelabs
+
+    - env: PLATFORM=browser-chrome
+    - env: PLATFORM=browser-firefox
+    - env: PLATFORM=browser-safari
+    - env: PLATFORM=browser-edge
+
+    - env: PLATFORM=ios-10.0
+      os: osx
+      osx_image: xcode9
+    - env: PLATFORM=android-7.0
+      os: linux
+      language: android
+      jdk: oraclejdk8
+      android:
+        components:
+        - tools
+        - extra-android-m2repository
+        - build-tools-28.0.3
+
 before_install:
 # `language: android` has no Node.js installed, therefore we need to install it manually
 - if [[ "$PLATFORM" =~ android ]]; then nvm install $TRAVIS_NODE_VERSION; fi


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