mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Build: Inline testswarm browserSet setting
Ref jquery/infrastructure#236
(cherry picked from commit 390e440fcd
)
This commit is contained in:
parent
fec8ddaba1
commit
544ba55236
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user