diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-07-02 10:46:46 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-07-02 10:46:46 +0100 |
commit | 8bbb0eae0819a0b6abc42023af1ff3ad92c25c76 (patch) | |
tree | cee1b634f7b24ca3d1a8654bdd940b3aea5592da | |
parent | 5206b694c7b228540a52828a0d49d3d40931617c (diff) |
Specify notification options for Travis
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c8c79498e..2d54a6cea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,3 +18,8 @@ before_install: - sudo apt-get -y install `cut -d " " -f 1 config/packages | egrep -v "(^#|wkhtml|bundler)"` - ./script/rails-post-deploy before_script: +notifications: + irc: "irc.freenode.org#alaveteli" + email: + recipients: + - alaveteli-dev@googlegroups.com |