mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Build: Switch to renamed TestSwarm browserSet
(cherry picked from commit 7c3b05cfeb
)
This commit is contained in:
parent
544ba55236
commit
c069f3dca8
@ -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: ["popular-no-ie6"]
|
||||
browserSets: ["popular-ui"]
|
||||
}, function( error, passed ) {
|
||||
if ( error ) {
|
||||
grunt.log.error( error );
|
||||
|
Loading…
Reference in New Issue
Block a user