Build: Inline testswarm browserSet setting

Ref jquery/infrastructure#236
This commit is contained in:
Jörn Zaefferer 2014-02-05 11:44:02 +01:00
parent ea65745691
commit 390e440fcd

View File

@ -63,7 +63,7 @@ function submit( commit, runs, configFile, extra, done ) {
name: "Commit <a href='" + commitUrl + "'>" + commit.substr( 0, 10 ) + "</a>" + extra, name: "Commit <a href='" + commitUrl + "'>" + commit.substr( 0, 10 ) + "</a>" + extra,
runs: runs, runs: runs,
runMax: config.runMax, runMax: config.runMax,
browserSets: config.browserSets browserSets: ["popular-no-ie6"]
}, function( error, passed ) { }, function( error, passed ) {
if ( error ) { if ( error ) {
grunt.log.error( error ); grunt.log.error( error );