mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
chore(travis): define a launcher for IE11 (SauceLabs)
This commit is contained in:
parent
fd2371cfc2
commit
0410572322
1 changed files with 6 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue