Skip to content

Commit

Permalink
[test] Update browsers matrix (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Jan 13, 2017
1 parent 7a533cd commit ba5dca3
Showing 1 changed file with 26 additions and 23 deletions.
49 changes: 26 additions & 23 deletions .travis.yml
Expand Up @@ -3,43 +3,46 @@ node_js:
- '0.10'
- '0.12'
- '4'
- 'node'
- '6'
- '7'
sudo: false
git:
depth: 1
notifications:
irc: irc.freenode.org#socket.io
matrix:
include:
- node_js: '0.10'
- node_js: 'node'
env: BROWSER_NAME=chrome BROWSER_VERSION=latest
- node_js: '0.10'
- node_js: 'node'
env: BROWSER_NAME=safari BROWSER_VERSION=latest
- node_js: '0.12'
env: BROWSER_NAME=firefox BROWSER_VERSION=latest BROWSER_PLATFORM="Windows 10"
- node_js: '0.10'
- node_js: 'node'
env: BROWSER_NAME=firefox BROWSER_VERSION=latest
- node_js: 'node'
env: BROWSER_NAME=ie BROWSER_VERSION=6
- node_js: '0.10'
- node_js: 'node'
env: BROWSER_NAME=ie BROWSER_VERSION=7
- node_js: '0.10'
- node_js: 'node'
env: BROWSER_NAME=ie BROWSER_VERSION=8
- node_js: '0.10'
- node_js: 'node'
env: BROWSER_NAME=ie BROWSER_VERSION=9
- node_js: '0.10'
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.12'
# env: BROWSER_NAME=microsoftedge BROWSER_VERSION=13 BROWSER_PLATFORM="Windows 10"
- node_js: '0.10'
- node_js: 'node'
env: BROWSER_NAME=ie BROWSER_VERSION=10
- node_js: 'node'
env: BROWSER_NAME=ie BROWSER_VERSION=11
- node_js: '0.12'
env: BROWSER_NAME=microsoftedge BROWSER_VERSION=latest
- node_js: 'node'
env: BROWSER_NAME=iphone BROWSER_VERSION=8.4
- node_js: '0.10'
- node_js: 'node'
env: BROWSER_NAME=iphone BROWSER_VERSION=9.2
- node_js: '0.10'
env: BROWSER_NAME=android BROWSER_VERSION=4.3
- node_js: '0.10'
- node_js: 'node'
env: BROWSER_NAME=iphone BROWSER_VERSION=10.0
- node_js: 'node'
env: BROWSER_NAME=android BROWSER_VERSION=4.4
- node_js: '0.10'
- node_js: 'node'
env: BROWSER_NAME=android BROWSER_VERSION=5.1
- node_js: '0.10'
env: BROWSER_NAME=android BROWSER_VERSION=latest
- node_js: 'node'
env: BROWSER_NAME=ipad BROWSER_VERSION=9.3
- node_js: 'node'
env: BROWSER_NAME=ipad BROWSER_VERSION=10.0

0 comments on commit ba5dca3

Please sign in to comment.