aboutsummaryrefslogtreecommitdiffstats
path: root/build/tasks
diff options
context:
space:
mode:
authorTimo Tijhof <krinklemail@gmail.com>2013-10-02 14:58:15 +0200
committerDave Methvin <dave.methvin@gmail.com>2013-10-06 21:42:55 -0400
commitd1f247daf82e9b123690f8f51c7b3d1818bccbfe (patch)
treeed83f3406bb199536c1a26698378d98dc0745998 /build/tasks
parentb561f5ab0a5e13f8203307016a02ee965a8be7d3 (diff)
downloadjquery-d1f247daf82e9b123690f8f51c7b3d1818bccbfe.tar.gz
jquery-d1f247daf82e9b123690f8f51c7b3d1818bccbfe.zip
Gruntfile: Remove project prefix from TestSwarm job name, close gh-1387
Diffstat (limited to 'build/tasks')
-rw-r--r--build/tasks/testswarm.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js
index 2fecf62d7..449963818 100644
--- a/build/tasks/testswarm.js
+++ b/build/tasks/testswarm.js
@@ -12,10 +12,10 @@ module.exports = function( grunt ) {
tests = grunt.config([ this.name, "tests" ]);
if ( pull ) {
- jobName = "jQuery pull <a href='https://github.com/jquery/jquery/pull/" +
+ jobName = "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/" +
+ jobName = "Commit <a href='https://github.com/jquery/jquery/commit/" +
commit + "'>" + commit.substr( 0, 10 ) + "</a>";
}