Skip to content

Commit

Permalink
Merge pull request #79 from driveback/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ConstantineYurevich authored Jan 24, 2017
2 parents 4a6f842 + 7edeb38 commit f038bc2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ module.exports = function(config) {

if (process.env.SAUCE_ENABLED == "true") {
customLaunchers = {
slIe8Win7: {
base: 'SauceLabs',
browserName: 'internet explorer',
platform: 'Windows XP',
version: '8'
},
// slIe8Win7: {
// base: 'SauceLabs',
// browserName: 'internet explorer',
// platform: 'Windows XP',
// version: '8'
// },
slChromeWinXp: {
base: 'SauceLabs',
browserName: 'chrome',
Expand Down

0 comments on commit f038bc2

Please sign in to comment.