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 | dd3e203e00f33b1b00a07aa6ea54703da362a5f4 (patch) | |
tree | 76b0e8121389047953a044ddbdf803c2e7c24f63 /.travis.yml | |
parent | 4a5e10e15c1f786fcd991fe682c2d44013d0aada (diff) | |
parent | b3e53df8b98766f488182a6aeca6680b7fcf6aa6 (diff) |
Merge branch '1.12'
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 |