From 643656d906bd5e7ebd0da3d670571bd22f1f292d Mon Sep 17 00:00:00 2001 From: Sergio Crisostomo Date: Fri, 23 Oct 2015 12:16:00 +0200 Subject: [PATCH] Add Safari 9 in SauceLabs --- .travis.yml | 2 ++ Grunt/options/browsers.json | 10 ++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ba2c2783..36ca7810 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ env: - BUILD='compat' BROWSER='firefox' - BUILD='compat' BROWSER='edge' - BUILD='compat' BROWSER='opera12' + - BUILD='compat' BROWSER='safari9' - BUILD='compat' BROWSER='safari8' - BUILD='compat' BROWSER='safari7' - BUILD='compat' BROWSER='safari6' @@ -24,6 +25,7 @@ env: - BUILD='nocompat' BROWSER='firefox' - BUILD='nocompat' BROWSER='edge' - BUILD='nocompat' BROWSER='opera12' + - BUILD='nocompat' BROWSER='safari9' - BUILD='nocompat' BROWSER='safari8' - BUILD='nocompat' BROWSER='safari7' - BUILD='nocompat' BROWSER='safari6' diff --git a/Grunt/options/browsers.json b/Grunt/options/browsers.json index 530bd7a7..a8ed772d 100644 --- a/Grunt/options/browsers.json +++ b/Grunt/options/browsers.json @@ -23,11 +23,17 @@ "browserName": "opera", "version": "12" }, - "safari8": { + "safari9": { "base": "SauceLabs", "platform": "OS X 10.11", "browserName": "safari", - "version": "8.1" + "version": "9" + }, + "safari8": { + "base": "SauceLabs", + "platform": "OS X 10.10", + "browserName": "safari", + "version": "8" }, "safari7": { "base": "SauceLabs", -- 2.11.4.GIT