From 7255dcf042d3099d8b8f7d618da0fbc19e401008 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Thu, 29 Nov 2012 15:37:22 -0800 Subject: [PATCH] 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 --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 90dbb80..6896b89 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