diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2012-11-29 15:37:25 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2012-11-29 15:37:25 -0800 |
commit | 5073b7236da0f8052049701136cd2f94acad07d2 (patch) | |
tree | 547da587f46bec1609bf8512c29e226c317ad712 /.travis.yml | |
parent | 287f9c3423eaa5a48357bcccd5892437f764706e (diff) | |
parent | 7255dcf042d3099d8b8f7d618da0fbc19e401008 (diff) |
Merge branch '1.8' into 1.9
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 |