diff options
| author | Chris Rebert <[email protected]> | 2015-11-29 23:51:11 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-11-29 23:51:11 -0800 |
| commit | fcec8c9512501f17e3d7a4a7168b2bf3b4b016cb (patch) | |
| tree | 66eebef7307924a097f8d03d198e39c1be13ac3e | |
| parent | 74ddd041b5f4f3d52ac87bcc573552b22e5774be (diff) | |
| download | bootstrap-fcec8c9512501f17e3d7a4a7168b2bf3b4b016cb.tar.xz bootstrap-fcec8c9512501f17e3d7a4a7168b2bf3b4b016cb.zip | |
Add MS Edge to Sauce browser tests
[skip validator]
| -rw-r--r-- | grunt/sauce_browsers.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/grunt/sauce_browsers.yml b/grunt/sauce_browsers.yml index 9a33ef8ab..1cdc4a886 100644 --- a/grunt/sauce_browsers.yml +++ b/grunt/sauce_browsers.yml @@ -17,6 +17,10 @@ # Mac Opera not currently supported by Sauce Labs { + browserName: "MicrosoftEdge", + platform: "Windows 10" + }, + { browserName: "internet explorer", version: "11", platform: "Windows 8.1" |
