diff options
| -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  | 
