Update travis settings to be similar to fab's
This commit is contained in:
parent
91a8066686
commit
c695a931ff
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue