Skip to content

Commit

Permalink
Merge pull request #167 from opentable/sauce
Browse files Browse the repository at this point in the history
Sauce browsers updated + dev dependency updated
  • Loading branch information
matteofigus committed Jan 15, 2016
2 parents f7dca07 + 89d815d commit 3f5ec25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions grunt-tasks/karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@ var customLaunchers = {
base: 'SauceLabs',
browserName: 'chrome',
platform: 'Linux',
version: '45'
version: '47'
},
'ff': {
base: 'SauceLabs',
browserName: 'firefox',
platform: 'Linux',
version: '41'
version: '43'
},
'android': {
base: 'SauceLabs',
browserName: 'android',
platform: 'Linux',
version: '5.0',
version: '5.1',
deviceName: 'Android Emulator',
'device-orientation': 'portrait'
},
'ie11': {
base: 'SauceLabs',
browserName: 'internet explorer',
platform: 'Windows 8.1',
platform: 'Windows 10',
version: '11'
},
'ie10': {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"karma": "0.12.31",
"karma-jasmine": "0.3.6",
"karma-phantomjs-launcher": "0.2.1",
"karma-sauce-launcher": "0.2.11",
"karma-sauce-launcher": "0.3.0",
"karma-sinon": "1.0.4",
"load-grunt-tasks": "0.6.0",
"mocha": "2.2.4",
Expand Down

0 comments on commit 3f5ec25

Please sign in to comment.