diff options
author | Timo Tijhof <krinklemail@gmail.com> | 2012-04-30 13:41:27 +0200 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-04-30 13:43:44 +0200 |
commit | fab4aa13ca5c4d622e923f816c6fe723e1d3fb57 (patch) | |
tree | e7959289b0e8679c0e7963e6f3f335ea0745766a | |
parent | 7012ba69a866fa7b4f5c020c38d8cb4e1860b8d7 (diff) | |
download | jquery-ui-fab4aa13ca5c4d622e923f816c6fe723e1d3fb57.tar.gz jquery-ui-fab4aa13ca5c4d622e923f816c6fe723e1d3fb57.zip |
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)
-rw-r--r-- | grunt.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -376,10 +376,10 @@ grunt.registerTask( "testswarm", function( commit, authToken ) { authUsername: "jqueryui", authToken: authToken, jobName: 'jQuery UI commit #<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit + '</a>', - runMax: 1, + runMax: 4, "runNames[]": Object.keys(tests), "runUrls[]": testUrls, - browserSets: "popular" + "browserSets[]": ["popular", "beta"] }); }); |