diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2012-11-06 13:13:00 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2012-11-06 13:13:00 -0800 |
commit | a32addcfb781199b2216d7b87cf3178b97620809 (patch) | |
tree | faf3b9a4925c345a27bc677db36e3d514725f076 | |
parent | 7f4c26f8601b2335b210896d2cb06348957e7aae (diff) |
Tweak travis config
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 312a1846..90dbb80f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,8 @@ install: - pip install -e . script: python test.py notifications: + email: + on_failure: change irc: channels: "irc.freenode.org#fabric" on_success: change |