diff --git a/.travis.yml b/.travis.yml index ce7acc5..88b6993 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