mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 15:08:25 -05:00
Grunt: Fix testswarm username
This commit is contained in:
2
grunt.js
2
grunt.js
@@ -117,7 +117,7 @@ module.exports = function( grunt ) {
|
||||
pollInterval: 10000,
|
||||
done: this.async()
|
||||
}, {
|
||||
authUsername: "jqueryui",
|
||||
authUsername: "jquery",
|
||||
authToken: grunt.file.readJSON( configFile ).jquery.authToken,
|
||||
jobName: 'jQuery commit #<a href="https://github.com/jquery/jquery/commit/' + commit + '">' + commit + '</a>',
|
||||
runMax: 4,
|
||||
|
||||
Reference in New Issue
Block a user