enable IE11 in BrowserStack tests

This commit is contained in:
Chris Rebert 2014-01-16 18:18:18 -08:00
parent 494014babe
commit 9798b0bf0b
1 changed files with 6 additions and 0 deletions

View File

@ -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"
}
]
}