diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2013-12-31 19:24:39 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2013-12-31 19:24:39 -0800 |
commit | bbcc6c7d8d6333883a221d9ed1e84adf8eca8ef3 (patch) | |
tree | d5dd400174e17a147b4d7c77da41f2986f818414 /.travis.yml | |
parent | 89e2592eadf98d3c8f819f2a8b8d930b0f9fa3f4 (diff) | |
parent | c695a931ff93605668001526643cb2cad12e8e2b (diff) |
Merge branch '1.8' into 1.9
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 ce7acc5f..88b69936 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,5 +9,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 |