diff options
author | Timo Tijhof <krinklemail@gmail.com> | 2012-11-17 21:47:23 +0100 |
---|---|---|
committer | Mike Sherov <mike.sherov@gmail.com> | 2012-11-30 07:11:53 -0500 |
commit | c6a755dd8c330de78f407dd037eb600a240f23ee (patch) | |
tree | 6cc37512182b19b10378c4d1fffadb7f68b3f240 /build/tasks/testswarm.js | |
parent | 13505e5945e5532c3d56424d50ad109c665d205f (diff) | |
download | jquery-ui-c6a755dd8c330de78f407dd037eb600a240f23ee.tar.gz jquery-ui-c6a755dd8c330de78f407dd037eb600a240f23ee.zip |
Grunt: Set testswarm/browserSets from JSON file.
File on jq03.jquery.com is already updated.
Diffstat (limited to 'build/tasks/testswarm.js')
-rw-r--r-- | build/tasks/testswarm.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index 96415aa74..8e88007bb 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -54,7 +54,7 @@ function submit( commit, tests, configFile, version, done ) { runMax: config.runMax, "runNames[]": Object.keys( tests ), "runUrls[]": testUrls, - "browserSets[]": [ "popular-no-ie6" ] + "browserSets[]": config.browserSets }); } |