From c695a931ff93605668001526643cb2cad12e8e2b Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Tue, 31 Dec 2013 19:24:10 -0800 Subject: [PATCH] Update travis settings to be similar to fab's --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) 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