aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Tijhof <krinklemail@gmail.com>2012-11-25 19:50:49 +0100
committerDave Methvin <dave.methvin@gmail.com>2012-11-25 15:30:35 -0500
commit53a06660d82d03dfff52a03a91f7d4408b6e6e47 (patch)
treea4c40693659340d6ecb7be4769983d21ec14ea32
parent516a7a8792200614d43caf1c9a004760fb5fec68 (diff)
downloadjquery-53a06660d82d03dfff52a03a91f7d4408b6e6e47.tar.gz
jquery-53a06660d82d03dfff52a03a91f7d4408b6e6e47.zip
Grunt: Rename TestSwarm job name pattern for PR. Close gh-1042.
More consistent with the other one: Project Name <id_type> #id.
-rw-r--r--grunt.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/grunt.js b/grunt.js
index 11b0d6680..dad96b77d 100644
--- a/grunt.js
+++ b/grunt.js
@@ -134,7 +134,7 @@ module.exports = function( grunt ) {
tests = "ajax attributes callbacks core css data deferred dimensions effects event manipulation offset queue serialize support traversing Sizzle".split(" ");
if ( pull ) {
- jobName = "jQuery Pull Request <a href='https://github.com/jquery/jquery/pull/" +
+ jobName = "jQuery pull <a href='https://github.com/jquery/jquery/pull/" +
pull[ 1 ] + "'>#" + pull[ 1 ] + "</a>";
} else {
jobName = "jQuery commit #<a href='https://github.com/jquery/jquery/commit/" +