Skip to content

Commit

Permalink
Grunt: Fix testswarm username
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed May 7, 2012
1 parent bd84aad commit 169b418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 169b418

Please sign in to comment.