Build: Switch to new browserSet, no IE6 anymore

This commit is contained in:
Jörn Zaefferer 2012-10-26 11:09:26 -04:00
parent f83f07dafd
commit 4211866813

View File

@ -51,9 +51,9 @@ function submit( commit, tests, configFile, version, done ) {
authToken: config.authToken,
jobName: 'jQuery UI ' + version + '#<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 10 ) + '</a>',
runMax: config.runMax,
"runNames[]": Object.keys(tests),
"runNames[]": Object.keys( tests ),
"runUrls[]": testUrls,
"browserSets[]": ["popular"]
"browserSets[]": [ "popular-no-ie6" ]
});
}