mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #19293 from twbs/el-capitan
Use OS X El Capitan for Sauce tests
This commit is contained in:
commit
a3c3188a19
1 changed files with 3 additions and 3 deletions
|
@ -3,15 +3,15 @@
|
|||
|
||||
{
|
||||
browserName: "safari",
|
||||
platform: "OS X 10.10"
|
||||
platform: "OS X 10.11"
|
||||
},
|
||||
{
|
||||
browserName: "chrome",
|
||||
platform: "OS X 10.10"
|
||||
platform: "OS X 10.11"
|
||||
},
|
||||
{
|
||||
browserName: "firefox",
|
||||
platform: "OS X 10.10"
|
||||
platform: "OS X 10.11"
|
||||
},
|
||||
|
||||
# Mac Opera not currently supported by Sauce Labs
|
||||
|
|
Loading…
Reference in a new issue