Skip to content

Commit 544ba55

Browse files
committed
Build: Inline testswarm browserSet setting
Ref jquery/infrastructure#236 (cherry picked from commit 390e440)
1 parent fec8dda commit 544ba55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/tasks/testswarm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function submit( commit, runs, configFile, extra, done ) {
6262
name: "Commit <a href='" + commitUrl + "'>" + commit.substr( 0, 10 ) + "</a>" + extra,
6363
runs: runs,
6464
runMax: config.runMax,
65-
browserSets: config.browserSets
65+
browserSets: ["popular-no-ie6"]
6666
}, function( error, passed ) {
6767
if ( error ) {
6868
grunt.log.error( error );

0 commit comments

Comments
 (0)