This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix Github URL in message posted to #p5p-qa
authorTony Cook <tony@develop-help.com>
Tue, 3 Dec 2019 22:27:49 +0000 (09:27 +1100)
committerTony Cook <tony@develop-help.com>
Sun, 8 Dec 2019 22:34:12 +0000 (09:34 +1100)
the repository key is deprecated, and we now produce the correct
full URL, so the comment is meaningless

.travis.yml

index 3192fbc..9115d30 100644 (file)
@@ -65,7 +65,7 @@ notifications:
       - "Report for %{repository} (%{commit}) from %{author} (%{elapsed_time})"
       - "Status: %{message}"
       - "Build URL: %{build_url}"
-      - "GitHub URL: https://github.com/p5h/perl5demo/commit/%{commit}" # adjust this url to use the production repo
+      - "GitHub URL: https://github.com/%{repository_slug}/commit/%{commit}"
     on_success: change # default: always
     on_failure: always # default: always
 #    use_notice: true