diff options
author | Scott González <scott.gonzalez@gmail.com> | 2013-10-02 10:15:47 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2013-10-02 10:15:47 -0400 |
commit | 8c9651fe715a0cc4de3004d5d688ee4c8c9edde9 (patch) | |
tree | fb53c4809c5be9cd68f5c6218e2e04856c659ebd | |
parent | 8689dee13c4e01360de99e8b9d95f4f379cb3c3c (diff) | |
download | jquery-ui-8c9651fe715a0cc4de3004d5d688ee4c8c9edde9.tar.gz jquery-ui-8c9651fe715a0cc4de3004d5d688ee4c8c9edde9.zip |
Build: Fixed TestSwarm submission.
-rw-r--r-- | build/tasks/testswarm.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index 0df18ea72..c1b75614f 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -76,7 +76,7 @@ grunt.registerTask( "testswarm", function( commit, configFile ) { for ( test in tests ) { latestTests[ test ] = tests[ test ] + "?nojshint=true"; } - submit( commit, latestTests, configFile, false, this.async() ); + submit( commit, latestTests, configFile, "", this.async() ); }); grunt.registerTask( "testswarm-multi-jquery", function( commit, configFile, minor ) { |