Skip to content

Commit

Permalink
Update sauce browser matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
megawac committed Oct 22, 2015
1 parent 02548a4 commit 711d283
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions karma.conf-sauce.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var sauceBrowsers = _.reduce([
['chrome', '31'],
['chrome', '26'],

['microsoftedge', '20.10240', 'Windows 10'],
['microsoftedge', '20', 'Windows 10'],
['internet explorer', '11', 'Windows 10'],
['internet explorer', '10', 'Windows 8'],
['internet explorer', '9', 'Windows 7'],
Expand All @@ -26,7 +26,10 @@ var sauceBrowsers = _.reduce([

['android', '5'],
['android', '4.4'],
['android', '4.3'],

// 4.3 currently erros with some router tests
// ['android', '4.3'],

['android', '4.0'],

['safari', '8.0', 'OS X 10.10'],
Expand Down Expand Up @@ -71,7 +74,7 @@ module.exports = function(config) {
],

// Number of sauce tests to start in parallel
concurrency: 5,
concurrency: 9,

// test results reporter to use
reporters: ['dots', 'saucelabs'],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

"name" : "backbone",
"description" : "Give your JS App some Backbone with Models, Views, Collections, and Events.",
"url" : "http://backbonejs.org",
Expand Down

0 comments on commit 711d283

Please sign in to comment.