Skip to content

Commit

Permalink
chore(sauce): add IE11 to sauce config
Browse files Browse the repository at this point in the history
  • Loading branch information
btford committed Mar 28, 2015
1 parent 56d2284 commit 042b555
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/karma.sauce.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ var CUSTOM_LAUNCHERS = {
browserName: 'safari',
platform: 'OS X 10.9',
version: '7'
},
'W7_InternetExplorer': {
base: 'SauceLabs',
browserName: 'internet explorer',
platform: 'Windows 7',
version: '11'
}
};

Expand Down

0 comments on commit 042b555

Please sign in to comment.