From 390e440fcdb16304c4e78448c9cd2bb6c1e43f1e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=CC=88rn=20Zaefferer?= Date: Wed, 5 Feb 2014 11:44:02 +0100 Subject: [PATCH] Build: Inline testswarm browserSet setting Ref jquery/infrastructure#236 --- build/tasks/testswarm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " + commit.substr( 0, 10 ) + "" + extra, runs: runs, runMax: config.runMax, - browserSets: config.browserSets + browserSets: ["popular-no-ie6"] }, function( error, passed ) { if ( error ) { grunt.log.error( error ); -- 2.39.5