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 | 302e3bde38fdac8f016535d0044667478b01b7f2 (patch) | |
tree | 91c614e1e25e01bbbf44c6ca77eb37d79db4e492 /.travis.yml | |
parent | f253612e93105900f2ac7c70140d99e81d97352f (diff) | |
parent | bbcc6c7d8d6333883a221d9ed1e84adf8eca8ef3 (diff) |
Merge branch '1.9' into 1.10
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 |