[Pkg-javascript-commits] [sockjs-client] 236/350: Tweak browser targets

tonnerre at ancient-solutions.com tonnerre at ancient-solutions.com
Fri Aug 5 01:04:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

tonnerre-guest pushed a commit to branch upstream
in repository sockjs-client.

commit 56a7a1a8955d3d9397e6f3d2685a49977c3fc61c
Author: Bryce Kahle <bkahle at gmail.com>
Date:   Fri Oct 24 14:20:02 2014 -0400

    Tweak browser targets
---
 .travis.yml | 37 +++++++++++++++++++++----------------
 1 file changed, 21 insertions(+), 16 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 5b94273..1eb3b7f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,6 +22,7 @@ matrix:
     env: BROWSER_NAME=safari BROWSER_VERSION=6
   - node_js: '0.10'
     env: BROWSER_NAME=safari BROWSER_VERSION=7
+  # Global usage is < 0.10% for IE6 & 7
   - node_js: '0.10'
     env: BROWSER_NAME=ie BROWSER_VERSION=6
   - node_js: '0.10'
@@ -34,25 +35,29 @@ matrix:
     env: BROWSER_NAME=ie BROWSER_VERSION=10 BROWSER_PLATFORM="Windows 2012"
   - node_js: '0.10'
     env: BROWSER_NAME=ie BROWSER_VERSION=latest BROWSER_PLATFORM="Windows 2012"
-  - node_js: '0.10'
-    env: BROWSER_NAME=opera BROWSER_VERSION=11
+  # Global Usage < 0.10% on less than 12
+  # - node_js: '0.10'
+  #   env: BROWSER_NAME=opera BROWSER_VERSION=11
+  # Sauce Labs doesn't have anything newer than 12 :(
   - node_js: '0.10'
     env: BROWSER_NAME=opera BROWSER_VERSION=12
-  - node_js: '0.10'
-    env: BROWSER_NAME=iphone BROWSER_VERSION=5.1
-  - node_js: '0.10'
-    env: BROWSER_NAME=iphone BROWSER_VERSION=6.1
+  # Super low usage, Apple no longer accepts apps for these versions, and I can no longer download the simulators
+  # - node_js: '0.10'
+  #   env: BROWSER_NAME=iphone BROWSER_VERSION=5.1
+  # - node_js: '0.10'
+  #   env: BROWSER_NAME=iphone BROWSER_VERSION=6.1
   - node_js: '0.10'
     env: BROWSER_NAME=iphone BROWSER_VERSION=7.1
   - node_js: '0.10'
     env: BROWSER_NAME=iphone BROWSER_VERSION=8.0
-  - node_js: '0.10'
-    env: BROWSER_NAME=android BROWSER_VERSION=4.0
-  - node_js: '0.10'
-    env: BROWSER_NAME=android BROWSER_VERSION=4.1
-  - node_js: '0.10'
-    env: BROWSER_NAME=android BROWSER_VERSION=4.2
-  - node_js: '0.10'
-    env: BROWSER_NAME=android BROWSER_VERSION=4.3
-  - node_js: '0.10'
-    env: BROWSER_NAME=android BROWSER_VERSION=4.4
\ No newline at end of file
+  # Android VMs on Sauce Labs don't seem to work correctly
+  # - node_js: '0.10'
+  #   env: BROWSER_NAME=android BROWSER_VERSION=4.0
+  # - node_js: '0.10'
+  #   env: BROWSER_NAME=android BROWSER_VERSION=4.1
+  # - node_js: '0.10'
+  #   env: BROWSER_NAME=android BROWSER_VERSION=4.2
+  # - node_js: '0.10'
+  #   env: BROWSER_NAME=android BROWSER_VERSION=4.3
+  # - node_js: '0.10'
+  #   env: BROWSER_NAME=android BROWSER_VERSION=4.4

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git



More information about the Pkg-javascript-commits mailing list