diff options
author | Scott González <scott.gonzalez@gmail.com> | 2013-10-02 10:15:32 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2013-10-02 10:15:32 -0400 |
commit | 80b17bb40a1a0956e954d41550ebdf69ee480ae2 (patch) | |
tree | 9ab2787ecba0612b59c8392a584992e3663ef2ed /build/tasks/testswarm.js | |
parent | 647b839c526d81017db341a1829677fc0e5a27d5 (diff) | |
download | jquery-ui-80b17bb40a1a0956e954d41550ebdf69ee480ae2.tar.gz jquery-ui-80b17bb40a1a0956e954d41550ebdf69ee480ae2.zip |
Build: Fixed TestSwarm submission.
Diffstat (limited to 'build/tasks/testswarm.js')
-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 620c71e4b..2bce06f26 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -77,7 +77,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 ) { |