diff options
| author | Chris Rebert <[email protected]> | 2013-12-12 21:58:44 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-12-12 21:58:44 -0800 |
| commit | 56d89ed7aea8939e08aa839c9774634e60c39793 (patch) | |
| tree | f0c588a90ff729fdf5686a01479f2b97b559bd44 | |
| parent | 1bce8c93012c3d0e9f646f18d78632a43d5d93d5 (diff) | |
| download | bootstrap-56d89ed7aea8939e08aa839c9774634e60c39793.tar.xz bootstrap-56d89ed7aea8939e08aa839c9774634e60c39793.zip | |
Sauce tests: update to later browsers supported by OS X 10.9
| -rw-r--r-- | Gruntfile.js | 8 |
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 { |
