forked from orbit-oss/flask
Let travis notify the #pocoo irc channel
This commit is contained in:
parent
e9fa24cfa3
commit
1c8c21abd5
1 changed files with 7 additions and 3 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -17,7 +17,11 @@ branches:
|
||||||
- website
|
- website
|
||||||
|
|
||||||
notifications:
|
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
|
email: false
|
||||||
|
irc:
|
||||||
|
channels:
|
||||||
|
- "chat.freenode.net#pocoo"
|
||||||
|
on_success: change
|
||||||
|
on_failure: always
|
||||||
|
use_notice: true
|
||||||
|
skip_join: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue