Skip to content

Commit 123d301

Browse files
[chore] Update zuul browser settings (#44)
- Remove deprecated iOS 7.1 - Add Firefox and Microsoft Edge browsers - Add latest stable Node.js release
1 parent 3fe95b6 commit 123d301

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- 0.10
5-
- 0.12
6-
- 4
4+
- '0.10'
5+
- '0.12'
6+
- '4'
7+
- 'node'
78
notifications:
89
irc: irc.freenode.org##socket.io
910
git:
@@ -14,6 +15,8 @@ matrix:
1415
env: BROWSER_NAME=chrome BROWSER_VERSION=latest
1516
- node_js: '0.12'
1617
env: BROWSER_NAME=safari BROWSER_VERSION=latest
18+
- node_js: '0.12'
19+
env: BROWSER_NAME=firefox BROWSER_VERSION=latest BROWSER_PLATFORM="Windows 10"
1720
- node_js: '0.12'
1821
env: BROWSER_NAME=ie BROWSER_VERSION=6
1922
- node_js: '0.12'
@@ -27,7 +30,7 @@ matrix:
2730
- node_js: '0.12'
2831
env: BROWSER_NAME=ie BROWSER_VERSION=latest BROWSER_PLATFORM="Windows 2012"
2932
- node_js: '0.12'
30-
env: BROWSER_NAME=iphone BROWSER_VERSION=7.1
33+
env: BROWSER_NAME=microsoftedge BROWSER_VERSION=13 BROWSER_PLATFORM="Windows 10"
3134
- node_js: '0.12'
3235
env: BROWSER_NAME=iphone BROWSER_VERSION=8.4
3336
- node_js: '0.12'

0 commit comments

Comments
 (0)