From 84fe08c3f72405e196b05ece3a8498bceb2d524e Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Thu, 20 Oct 2016 17:51:30 +0200 Subject: [PATCH] =?UTF-8?q?[chore]=C2=A0Update=20zuul=20browser=20settings?= =?UTF-8?q?=20(#504)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4252b8b7ea..d9027ee4bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,9 @@ node_js: - '0.10' - '0.12' - '4' + - 'node' +git: + depth: 1 notifications: irc: "irc.freenode.org#socket.io" matrix: @@ -12,6 +15,8 @@ matrix: env: BROWSER_NAME=chrome BROWSER_VERSION=latest - node_js: '0.10' 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' env: BROWSER_NAME=ie BROWSER_VERSION=6 - node_js: '0.10' @@ -24,8 +29,8 @@ 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=iphone BROWSER_VERSION=7.1 + # - node_js: '0.12' + # env: BROWSER_NAME=microsoftedge BROWSER_VERSION=13 BROWSER_PLATFORM="Windows 10" - node_js: '0.10' env: BROWSER_NAME=iphone BROWSER_VERSION=8.4 - node_js: '0.12'