aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-12-12 22:16:31 -0800
committerChris Rebert <[email protected]>2013-12-12 22:16:31 -0800
commit2d693def4389cf7f6641b4213b090959b194eebb (patch)
tree5f15f8dc9708b92ccad4a32e259ff0e68431e328
parent730ccd2a20d64a18e7fa26db93ae8bf9a35c0352 (diff)
parent56d89ed7aea8939e08aa839c9774634e60c39793 (diff)
downloadbootstrap-2d693def4389cf7f6641b4213b090959b194eebb.tar.xz
bootstrap-2d693def4389cf7f6641b4213b090959b194eebb.zip
Merge pull request #11863 from twbs/update-osx
Sauce tests: update to later browsers supported by OS X 10.9
-rw-r--r--Gruntfile.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 89e7f42f3..aae80dc3d 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -238,13 +238,13 @@ module.exports = function (grunt) {
// See https://saucelabs.com/docs/platforms/webdriver
{
browserName: 'safari',
- version: '6',
- platform: 'OS X 10.8'
+ version: '7',
+ platform: 'OS X 10.9'
},
{
browserName: 'chrome',
- version: '28',
- platform: 'OS X 10.6'
+ version: '31',
+ platform: 'OS X 10.9'
},
/* FIXME: currently fails 1 tooltip test
{