diff options
| author | Chris Rebert <[email protected]> | 2014-01-22 21:34:42 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-22 21:34:42 -0800 |
| commit | 7a6bc67826d5aba3e551b04a054724c8cb817fa2 (patch) | |
| tree | d1058b941a8c8a749d6101098a30f31e45bc7b93 | |
| parent | f748390cf5bb436f732da9c43df269886c586a2a (diff) | |
| parent | 9798b0bf0b932687b7d85fe142a0be3fbec4e4dc (diff) | |
| download | bootstrap-7a6bc67826d5aba3e551b04a054724c8cb817fa2.tar.xz bootstrap-7a6bc67826d5aba3e551b04a054724c8cb817fa2.zip | |
Merge pull request #12347 from twbs/ie-11-browserstack
enable IE11 in BrowserStack tests
| -rw-r--r-- | browserstack.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/browserstack.json b/browserstack.json index beab742e1..07c03e171 100644 --- a/browserstack.json +++ b/browserstack.json @@ -39,6 +39,12 @@ "os": "ios", "os_version": "7.0", "device": "iPhone 5S" + }, + { + "browser": "ie", + "browser_version": "11.0", + "os": "Windows", + "os_version": "8.1" } ] } |
