mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-31 11:40:23 +00:00
Merge pull request #19291 from twbs/win10
Use Windows 10 for Win Chrome+Firefox tests on Sauce Labs
This commit is contained in:
commit
18745a803c
1 changed files with 2 additions and 2 deletions
|
|
@ -38,11 +38,11 @@
|
|||
|
||||
{
|
||||
browserName: "chrome",
|
||||
platform: "Windows 8.1"
|
||||
platform: "Windows 10"
|
||||
},
|
||||
{
|
||||
browserName: "firefox",
|
||||
platform: "Windows 8.1"
|
||||
platform: "Windows 10"
|
||||
},
|
||||
|
||||
# Win Opera 15+ not currently supported by Sauce Labs
|
||||
|
|
|
|||
Loading…
Reference in a new issue