From e55b78c6843f6ad7ea28573aadc8c3cb0c68933c Mon Sep 17 00:00:00 2001 From: Samantha McVey Date: Tue, 25 Apr 2017 14:03:52 -0700 Subject: Enable travis IRC notifications --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index 799117d..e2cc4b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,3 +14,12 @@ install: script: AUTHOR_TESTING=1 prove -v -e "perl6 -Ilib" t/ +notifications: + irc: + channels: + - "irc.darenet.org#scriptkitties" + on_success: change + on_failure: always + template: + - "Hash::Merge build %{result}. %{author} '%{commit_message}'" + - "%{build_url} %{compare_url}" -- cgit v1.1