diff options
| author | Chris Rebert <[email protected]> | 2014-01-16 18:18:18 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-22 14:57:32 -0800 |
| commit | 9798b0bf0b932687b7d85fe142a0be3fbec4e4dc (patch) | |
| tree | 177a1bd04bbb15b5564b24bb72d8fdf39343a9e6 | |
| parent | 494014babe34f06dbf6fab9614c52c6cf83a59be (diff) | |
| download | bootstrap-9798b0bf0b932687b7d85fe142a0be3fbec4e4dc.tar.xz bootstrap-9798b0bf0b932687b7d85fe142a0be3fbec4e4dc.zip | |
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" } ] } |
