Skip to content

Commit fab4aa1

Browse files
Krinklejzaefferer
authored andcommitted
Update grunt.js
- Raise runMax to enable automatic error-margin recovery in TestSwarm - Turn browserSets into an array (since it is) - Add "beta" to browserSets (the only difference right now is the inclusion of IE10)
1 parent 7012ba6 commit fab4aa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grunt.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,10 +376,10 @@ grunt.registerTask( "testswarm", function( commit, authToken ) {
376376
authUsername: "jqueryui",
377377
authToken: authToken,
378378
jobName: 'jQuery UI commit #<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit + '</a>',
379-
runMax: 1,
379+
runMax: 4,
380380
"runNames[]": Object.keys(tests),
381381
"runUrls[]": testUrls,
382-
browserSets: "popular"
382+
"browserSets[]": ["popular", "beta"]
383383
});
384384
});
385385

0 commit comments

Comments
 (0)