]> source.dussan.org Git - jquery.git/commitdiff
Gruntfile: Remove project prefix from TestSwarm job name, close gh-1387
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 2 Oct 2013 12:58:15 +0000 (14:58 +0200)
committerDave Methvin <dave.methvin@gmail.com>
Mon, 7 Oct 2013 01:42:55 +0000 (21:42 -0400)
build/tasks/testswarm.js

index 2fecf62d7c3207ca1fab8ca4943e52c2d1b78e27..449963818337e257e7706c386ccea16b35ca06b5 100644 (file)
@@ -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>";
                }