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/04/03 18:07:51 UTC

[cordova-paramedic] branch master updated: Improve SauceLabs Browser setup (#107)

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


The following commit(s) were added to refs/heads/master by this push:
     new 65248da  Improve SauceLabs Browser setup (#107)
65248da is described below

commit 65248dac3f6d9d0345f37f992e750b94b687144b
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Apr 3 20:07:47 2019 +0200

    Improve SauceLabs Browser setup (#107)
    
    This adds Safari, Firefox and Edge to the CI configuration to be tested on Saucelabs.
---
 .travis.yml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 45461cf..17949f2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,14 +15,22 @@ node_js: 6
 
 matrix:
   include:
+    # one local test, without saucelabs
     - env: PLATFORM=local
       os: osx
       osx_image: xcode9
+
+    # many tests with saucelabs
+
     - env: PLATFORM=browser-chrome
-      os: linux
+    - 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-4.4
       os: linux
       language: android


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