Grunt: Fix testswarm username

This commit is contained in:
Jörn Zaefferer
2012-05-07 12:13:08 +02:00
parent bd84aad6cd
commit 169b4185bc

View File

@@ -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,