diff options
author | Scott Maxwell <scott@codecobblers.com> | 2014-01-16 19:50:53 -0800 |
---|---|---|
committer | Scott Maxwell <scott@codecobblers.com> | 2014-01-16 19:50:53 -0800 |
commit | b9e62182e55e3f0a6e8207f7fcc2244a61132968 (patch) | |
tree | 714c502731de8d17370942d2c1b2bb0bb04cf6ab /.travis.yml | |
parent | aa8ea3c4d42d508a722fdf4ea635ff5e609cca1b (diff) | |
parent | a08ac06083a40eb1455e5fa14cd644f7a2350f16 (diff) |
Merge remote-tracking branch 'master/master' into py3-support-without-py25
Conflicts:
paramiko/__init__.py
setup.py
tests/test_client.py
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 5de0a5b0..291acf96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,9 @@ script: python test.py --verbose notifications: irc: channels: "irc.freenode.org#paramiko" + template: + - "%{repository}@%{branch}: %{message} (%{build_url})" on_success: change on_failure: change + use_notice: true + email: false |