From fde1c147c98785964d296155947d910f4f88b766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Fri, 8 Aug 2014 23:01:16 -0700 Subject: [PATCH] travis notification: use notice --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 09c0a55..bf34a2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,4 +29,6 @@ notifications: channels: "irc.freenode.org#ponytracker" template: - "%{repository}@%{branch}: %{message} (%{build_url})" + use_notice: true + skip_join: true email: false