Update travis settings to be similar to fab's

This commit is contained in:
Jeff Forcier 2013-12-31 19:24:10 -08:00
parent 91a8066686
commit c695a931ff
1 changed files with 4 additions and 0 deletions

View File

@ -9,5 +9,9 @@ script: python test.py --verbose
notifications: notifications:
irc: irc:
channels: "irc.freenode.org#paramiko" channels: "irc.freenode.org#paramiko"
template:
- "%{repository}@%{branch}: %{message} (%{build_url})"
on_success: change on_success: change
on_failure: change on_failure: change
use_notice: true
email: false