diff options
| author | Vojta Jina | 2013-12-03 12:14:26 -0800 |
|---|---|---|
| committer | Vojta Jina | 2013-12-03 15:49:19 -0800 |
| commit | 041057232206e07164ed0aa4ecb9abe0f3fc23f4 (patch) | |
| tree | 6ecb64c4938ed19cac57631560b8410c54ca3497 | |
| parent | fd2371cfc23dc4039f179dd32d31812fea4a4340 (diff) | |
| download | angular.js-041057232206e07164ed0aa4ecb9abe0f3fc23f4.tar.bz2 | |
chore(travis): define a launcher for IE11 (SauceLabs)
| -rw-r--r-- | karma-shared.conf.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/karma-shared.conf.js b/karma-shared.conf.js index 88bcc5a5..854a18d5 100644 --- a/karma-shared.conf.js +++ b/karma-shared.conf.js @@ -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', |
