mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-27 06:54:01 +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',
|
platform: 'Windows 2012',
|
||||||
version: '10'
|
version: '10'
|
||||||
},
|
},
|
||||||
|
'SL_IE_11': {
|
||||||
|
base: 'SauceLabs',
|
||||||
|
browserName: 'internet explorer',
|
||||||
|
platform: 'Windows 8.1',
|
||||||
|
version: '11'
|
||||||
|
},
|
||||||
|
|
||||||
'BS_Chrome': {
|
'BS_Chrome': {
|
||||||
base: 'BrowserStack',
|
base: 'BrowserStack',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue