From 766e5b7a4439485f962b4344e5b2642ed8b90708 Mon Sep 17 00:00:00 2001 From: byt3bl33d3r Date: Sat, 5 Sep 2015 14:20:12 +0200 Subject: [PATCH] changed default IRC message template --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 218aa14..13b18b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,8 @@ addons: notifications: irc: "irc.freenode.org#MITMf" + template: + - "%{repository}#%{build_number} (%{branch} - %{commit} - %{commit_subject} : %{author}): %{message}" install: "pip install -r requirements.txt" script: nosetests