Skip to content

Commit 6877276

Browse files
committed
Build: Fixed TestSwarm submission.
(cherry picked from commit 80b17bb)
1 parent 5a2832b commit 6877276

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)