Skip to content

Commit 390e440

Browse files
committed
Build: Inline testswarm browserSet setting
Ref jquery/infrastructure#236
1 parent ea65745 commit 390e440

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

0 commit comments

Comments
 (0)