Skip to content

Commit 0410572

Browse files
committed
chore(travis): define a launcher for IE11 (SauceLabs)
1 parent fd2371c commit 0410572

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

karma-shared.conf.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ module.exports = function(config, specificOptions) {
6060
platform: 'Windows 2012',
6161
version: '10'
6262
},
63+
'SL_IE_11': {
64+
base: 'SauceLabs',
65+
browserName: 'internet explorer',
66+
platform: 'Windows 8.1',
67+
version: '11'
68+
},
6369

6470
'BS_Chrome': {
6571
base: 'BrowserStack',

0 commit comments

Comments
 (0)