Build: Fixed TestSwarm submission.

This commit is contained in:
Scott González 2013-10-02 10:15:32 -04:00
parent 647b839c52
commit 80b17bb40a

View File

@ -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 ) {