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:47:02 +0100 |
commit | caff391cbba7338a25d34327e5f46ac2658cd792 (patch) | |
tree | d1ffd7f06260a02cd7a2f13971a46e1c0749ba23 | |
parent | 6032c5fe7a110ae7373f3f1862a8a7b931a2796b (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 |