diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2013-12-31 19:24:10 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2013-12-31 19:24:10 -0800 |
commit | c695a931ff93605668001526643cb2cad12e8e2b (patch) | |
tree | 5eb74a1b25b2b9f6cbe90aa5e92709bc0b5b24b5 /.travis.yml | |
parent | 91a80666864f453cb1786edbec99376afbc84538 (diff) |
Update travis settings to be similar to fab's
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 |