Skip to content

Commit

Permalink
Set testswarm browsersets to "popular-no-old-ie"
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
  • Loading branch information
rwaldron committed Dec 31, 2012
1 parent 960911e commit df7431b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -138,7 +138,7 @@ module.exports = function( grunt ) {
runMax: config.runMax, runMax: config.runMax,
"runNames[]": tests, "runNames[]": tests,
"runUrls[]": testUrls, "runUrls[]": testUrls,
"browserSets[]": config.browserSets "browserSets[]": "popular-no-old-ie"
}); });
}); });


Expand Down

0 comments on commit df7431b

Please sign in to comment.