mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-14 15:13:09 +00:00
Use OS X El Capitan for Sauce tests
[skip validator]
This commit is contained in:
parent
18745a803c
commit
e2f01db965
1 changed files with 3 additions and 3 deletions
|
|
@ -3,15 +3,15 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
browserName: "safari",
|
browserName: "safari",
|
||||||
platform: "OS X 10.10"
|
platform: "OS X 10.11"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
browserName: "chrome",
|
browserName: "chrome",
|
||||||
platform: "OS X 10.10"
|
platform: "OS X 10.11"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
browserName: "firefox",
|
browserName: "firefox",
|
||||||
platform: "OS X 10.10"
|
platform: "OS X 10.11"
|
||||||
},
|
},
|
||||||
|
|
||||||
# Mac Opera not currently supported by Sauce Labs
|
# Mac Opera not currently supported by Sauce Labs
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue