mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Build: Switch to new browserSet, no IE6 anymore
This commit is contained in:
parent
f83f07dafd
commit
4211866813
@ -51,9 +51,9 @@ function submit( commit, tests, configFile, version, done ) {
|
|||||||
authToken: config.authToken,
|
authToken: config.authToken,
|
||||||
jobName: 'jQuery UI ' + version + '#<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 10 ) + '</a>',
|
jobName: 'jQuery UI ' + version + '#<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 10 ) + '</a>',
|
||||||
runMax: config.runMax,
|
runMax: config.runMax,
|
||||||
"runNames[]": Object.keys(tests),
|
"runNames[]": Object.keys( tests ),
|
||||||
"runUrls[]": testUrls,
|
"runUrls[]": testUrls,
|
||||||
"browserSets[]": ["popular"]
|
"browserSets[]": [ "popular-no-ie6" ]
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user