Build: Inline testswarm browserSet setting

Ref jquery/infrastructure#236

(cherry picked from commit 390e440fcd)
This commit is contained in:
Jörn Zaefferer 2014-02-05 11:44:02 +01:00
parent fec8ddaba1
commit 544ba55236

View File

@ -62,7 +62,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 );