Browse Source

Updated travis config for notifications

pull/609/head
Armin Ronacher 12 years ago
parent
commit
b6f37c40f8
  1. 10
      .travis.yml

10
.travis.yml

@ -13,3 +13,13 @@ script: python setup.py test
branches:
except:
- 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:
- "irc.freenode.org#pocoo"

Loading…
Cancel
Save