summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Shubin <james@shubin.ca>2014-10-29 05:40:35 -0400
committerJames Shubin <james@shubin.ca>2014-12-16 13:23:20 -0500
commita5a2a412c64a9902954b25c9b9f4c1ac9be260fb (patch)
treef0d6f765ae90a84fd18f91ed60040ac6ce1e12d0
parent097fab7904e9fb3715d8f884a0e58f7a9d28190c (diff)
downloadpuppet-gluster-a5a2a412c64a9902954b25c9b9f4c1ac9be260fb.tar.gz
puppet-gluster-a5a2a412c64a9902954b25c9b9f4c1ac9be260fb.tar.xz
puppet-gluster-a5a2a412c64a9902954b25c9b9f4c1ac9be260fb.zip
Add IRC notification to travis ci building.
The gluster folks are okay with this. If it gets annoying we'll change it.
-rw-r--r--.travis.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 354f4ef..3ef0ece 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,16 @@
language: ruby
rvm: 1.8.7
notifications:
+ irc:
+ channels:
+ - "irc.freenode.net#gluster-dev"
+ template:
+ - "%{repository} (%{commit}: %{author}): %{message}"
+ - "More info : %{build_url}"
+ on_success: always
+ on_failure: always
+ use_notice: false
+ skip_join: true
email:
- travis-ci@shubin.ca
# TODO: do a full rake test once warnings are all gone!