Build: Fixed TestSwarm submission.

(cherry picked from commit 80b17bb40a)
This commit is contained in:
Scott González 2013-10-02 10:15:32 -04:00
parent 5a2832bf2d
commit 68772769f8

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