]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Sauce tests: update to later browsers supported by OS X 10.9 11863/head
authorChris Rebert <code@rebertia.com>
Fri, 13 Dec 2013 05:58:44 +0000 (21:58 -0800)
committerChris Rebert <code@rebertia.com>
Fri, 13 Dec 2013 05:58:44 +0000 (21:58 -0800)
Gruntfile.js

index 89e7f42f333d846324a6d996f07d83bd1402bb1f..aae80dc3df360cfa1cf389c8b2b556e79d1b52c2 100644 (file)
@@ -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
             {