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 | ec95e8d943051c81dc14173e697e6a0b66c99077 (patch) | |
tree | a5f6f2ef9f8a4c728c005d184bd7f272f59481df | |
parent | b22de7d61b29efebb6ddd9214d86f979fcad3f77 (diff) | |
parent | 302e3bde38fdac8f016535d0044667478b01b7f2 (diff) |
Merge branch '1.10' into 1.11
-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 |