Grunt: Set testswarm/browserSets from JSON file.

File on jq03.jquery.com is already updated.
This commit is contained in:
Timo Tijhof 2012-11-17 21:47:23 +01:00 committed by Mike Sherov
parent 13505e5945
commit c6a755dd8c

View File

@ -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
});
}