commit: ace8d630a395e8ed37472b80e7fe0042c2cc1645
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 17 11:07:42 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Feb 17 11:07:42 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ace8d630
[travis] Add commit message to job notification.
---
.travis.yml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 8ee6adf..7898e28 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,4 +32,11 @@ script:
- ./../spinner.sh "./../portage-${PORTAGE_VER}/bin/repoman full -d"
# You can append own scripts after this line
notifications:
- irc: "chat.freenode.net#gentoo-kde"
+ irc:
+ channels:
+ - "chat.freenode.net#gentoo-kde"
+ template:
+ - "%{repository}#%{build_number} (%{branch} - %{commit}): %{message}"
+ - "%{author} - %{commit_message}"
+ - "Change view : %{compare_url}"
+ - "Build details : %{build_url}"