From 544ba552368bf597df4088bfb5475ed2cab2fb81 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 (cherry picked from commit 390e440fcdb16304c4e78448c9cd2bb6c1e43f1e) --- 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 33da9f383..753f2611c 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -62,7 +62,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