Skip to content

Commit 4211866

Browse files
committed
Build: Switch to new browserSet, no IE6 anymore
1 parent f83f07d commit 4211866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/tasks/testswarm.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ function submit( commit, tests, configFile, version, done ) {
5151
authToken: config.authToken,
5252
jobName: 'jQuery UI ' + version + '#<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 10 ) + '</a>',
5353
runMax: config.runMax,
54-
"runNames[]": Object.keys(tests),
54+
"runNames[]": Object.keys( tests ),
5555
"runUrls[]": testUrls,
56-
"browserSets[]": ["popular"]
56+
"browserSets[]": [ "popular-no-ie6" ]
5757
});
5858
}
5959

0 commit comments

Comments
 (0)