Skip to content

Commit 80b17bb

Browse files
committed
Build: Fixed TestSwarm submission.
1 parent 647b839 commit 80b17bb

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
@@ -77,7 +77,7 @@ grunt.registerTask( "testswarm", function( commit, configFile ) {
7777
for ( test in tests ) {
7878
latestTests[ test ] = tests[ test ] + "?nojshint=true";
7979
}
80-
submit( commit, latestTests, configFile, false, this.async() );
80+
submit( commit, latestTests, configFile, "", this.async() );
8181
});
8282

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

0 commit comments

Comments
 (0)