chore(travis): define a launcher for IE11 (SauceLabs)

This commit is contained in:
Vojta Jina 2013-12-03 12:14:26 -08:00
parent fd2371cfc2
commit 0410572322

View file

@ -60,6 +60,12 @@ module.exports = function(config, specificOptions) {
platform: 'Windows 2012',
version: '10'
},
'SL_IE_11': {
base: 'SauceLabs',
browserName: 'internet explorer',
platform: 'Windows 8.1',
version: '11'
},
'BS_Chrome': {
base: 'BrowserStack',