aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/tasks/testswarm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js
index 86a06a69d..c2c14167b 100644
--- a/build/tasks/testswarm.js
+++ b/build/tasks/testswarm.js
@@ -63,7 +63,7 @@ function submit( commit, runs, configFile, extra, done ) {
name: "Commit <a href='" + commitUrl + "'>" + commit.substr( 0, 10 ) + "</a>" + extra,
runs: runs,
runMax: config.runMax,
- browserSets: config.browserSets
+ browserSets: ["popular-no-ie6"]
}, function( error, passed ) {
if ( error ) {
grunt.log.error( error );