Let travis notify the #pocoo irc channel

This commit is contained in:
Armin Ronacher 2013-05-31 00:59:54 +01:00
parent e9fa24cfa3
commit 1c8c21abd5

View file

@ -17,7 +17,11 @@ branches:
- website
notifications:
# Disable travis notifications until they figured out how to hide
# their own builder failure from us. Travis currently fails way
# too many times by itself.
email: false
irc:
channels:
- "chat.freenode.net#pocoo"
on_success: change
on_failure: always
use_notice: true
skip_join: true