diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-10-26 11:09:26 -0400 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-10-26 11:09:26 -0400 |
commit | 42118668131e5f6e1dc15427efa69a1fca30a7a1 (patch) | |
tree | aa8ba1bb1cd4b8d50b06446f4dd742442e914b28 /build/tasks/testswarm.js | |
parent | f83f07dafd9c28f96a7cec49c00e4b24a4b493bf (diff) | |
download | jquery-ui-42118668131e5f6e1dc15427efa69a1fca30a7a1.tar.gz jquery-ui-42118668131e5f6e1dc15427efa69a1fca30a7a1.zip |
Build: Switch to new browserSet, no IE6 anymore
Diffstat (limited to 'build/tasks/testswarm.js')
-rw-r--r-- | build/tasks/testswarm.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index 21b644a52..808c10eb8 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -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" ] }); } |