1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 05:03:16 +02:00

Merge pull request #12834 from twbs/sauce-chrome-name

switch browserName from "googlechrome" to "chrome"
This commit is contained in:
Chris Rebert
2014-02-24 13:44:40 -08:00

View File

@@ -6,7 +6,7 @@
platform: "OS X 10.9"
},
# {
# browserName: "googlechrome",
# browserName: "chrome",
# platform: "OS X 10.9",
# version: "31"
# },
@@ -45,7 +45,7 @@
# },
{
browserName: "googlechrome",
browserName: "chrome",
platform: "Windows 8.1"
},
{
@@ -65,7 +65,7 @@
# Linux (unofficial)
{
browserName: "googlechrome",
browserName: "chrome",
platform: "Linux"
},
{