Skip to content

Commit

Permalink
Build: Fixed TestSwarm submission.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Oct 2, 2013
1 parent 647b839 commit 80b17bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/tasks/testswarm.js
Expand Up @@ -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 ) {
Expand Down

0 comments on commit 80b17bb

Please sign in to comment.