aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamantha McVey <samantham@posteo.net>2017-04-25 14:03:52 -0700
committerSamantha McVey <samantham@posteo.net>2017-04-25 14:03:52 -0700
commite55b78c6843f6ad7ea28573aadc8c3cb0c68933c (patch)
treeb4c7ca102e77932be70c5457b8319c9011be622d
parent7628892b6a9596b885234075bbfee9f93182c1ab (diff)
Enable travis IRC notifications
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
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}"