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 | b3e53df8b98766f488182a6aeca6680b7fcf6aa6 (patch) | |
tree | 0b0a49357bff0a15e11b4d87bc56752c9c9f2f51 | |
parent | 7985d081389bf7132d235660aa072dd6ed0e3857 (diff) | |
parent | ec95e8d943051c81dc14173e697e6a0b66c99077 (diff) |
Merge branch '1.11' into 1.12
-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 |