diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2012-12-02 06:48:32 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2012-12-02 06:48:32 -0500 |
commit | 7bde7840dd4ffeae3c794eca216244975c856f94 (patch) | |
tree | 4768627ba0e5e74234d8bba2f4674715b87d1772 /.travis.yml | |
parent | 45aa88b530cff0ad09f5da83efd4697ba7986563 (diff) | |
parent | 0ae0e9800c7bfb3f8ea40fa0d33ebf6dff49f759 (diff) |
Merge with master
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 312a1846..6896b897 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,6 @@ install: script: python test.py notifications: irc: - channels: "irc.freenode.org#fabric" + channels: "irc.freenode.org#paramiko" on_success: change on_failure: change |