From 80b17bb40a1a0956e954d41550ebdf69ee480ae2 Mon Sep 17 00:00:00 2001 From: Scott González Date: Wed, 2 Oct 2013 10:15:32 -0400 Subject: Build: Fixed TestSwarm submission. --- build/tasks/testswarm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/tasks') 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 ) { -- cgit v1.2.3