Skip to content

Commit 8c9651f

Browse files
committed
Build: Fixed TestSwarm submission.
1 parent 8689dee commit 8c9651f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/tasks/testswarm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ grunt.registerTask( "testswarm", function( commit, configFile ) {
7676
for ( test in tests ) {
7777
latestTests[ test ] = tests[ test ] + "?nojshint=true";
7878
}
79-
submit( commit, latestTests, configFile, false, this.async() );
79+
submit( commit, latestTests, configFile, "", this.async() );
8080
});
8181

8282
grunt.registerTask( "testswarm-multi-jquery", function( commit, configFile, minor ) {

0 commit comments

Comments
 (0)