diff options
| author | Chris Rebert <[email protected]> | 2016-02-23 12:16:25 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-02-23 12:16:26 -0800 |
| commit | 25e85a2882d9412e405cdfccc358f8886d54ee5b (patch) | |
| tree | afcd5111280318929fd23828c19b2224d593bca6 | |
| parent | 44be1d261cc7e66b6340c18f615d002d56d99c6a (diff) | |
| download | bootstrap-25e85a2882d9412e405cdfccc358f8886d54ee5b.tar.xz bootstrap-25e85a2882d9412e405cdfccc358f8886d54ee5b.zip | |
Use Windows 10 for Win Chrome+Firefox tests on Sauce Labs
[skip validator]
| -rw-r--r-- | grunt/sauce_browsers.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/grunt/sauce_browsers.yml b/grunt/sauce_browsers.yml index 1cdc4a886..04602c6fd 100644 --- a/grunt/sauce_browsers.yml +++ b/grunt/sauce_browsers.yml @@ -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 |
