Browse Source

Let travis notify the #pocoo irc channel

pull/753/merge
Armin Ronacher 11 years ago
parent
commit
1c8c21abd5
  1. 10
      .travis.yml

10
.travis.yml

@ -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

Loading…
Cancel
Save