Skip to content

Commit c6a755d

Browse files
Krinklemikesherov
authored andcommitted
Grunt: Set testswarm/browserSets from JSON file.
File on jq03.jquery.com is already updated.
1 parent 13505e5 commit c6a755d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/tasks/testswarm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function submit( commit, tests, configFile, version, done ) {
5454
runMax: config.runMax,
5555
"runNames[]": Object.keys( tests ),
5656
"runUrls[]": testUrls,
57-
"browserSets[]": [ "popular-no-ie6" ]
57+
"browserSets[]": config.browserSets
5858
});
5959
}
6060

0 commit comments

Comments
 (0)