mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Build: Fixed TestSwarm submission.
This commit is contained in:
parent
647b839c52
commit
80b17bb40a
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user