Skip to content
Permalink
Browse files
Set testswarm browsersets to "popular-no-old-ie"
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.
@@ -138,7 +138,7 @@ module.exports = function( grunt ) {
runMax: config.runMax,
"runNames[]": tests,
"runUrls[]": testUrls,
"browserSets[]": config.browserSets
"browserSets[]": "popular-no-old-ie"
});
});

0 comments on commit df7431b

Please sign in to comment.