diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2012-11-29 15:37:22 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2012-11-29 15:37:22 -0800 |
commit | 7255dcf042d3099d8b8f7d618da0fbc19e401008 (patch) | |
tree | b7a15172e282b86ae531150945d9207f655614ca /.travis.yml | |
parent | 682a3eff8447ef83c10b0917c06f595803db97bb (diff) | |
download | paramiko-7255dcf042d3099d8b8f7d618da0fbc19e401008.tar.gz |
Update Travis settings:
* Don't email me, I'll see it on IRC if I'm online
* Ping #paramiko, not #fabric, as it now exists
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 90dbb80f..6896b897 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,7 @@ install: - pip install -e . script: python test.py notifications: - email: - on_failure: change irc: - channels: "irc.freenode.org#fabric" + channels: "irc.freenode.org#paramiko" on_success: change on_failure: change |