From 9c8c20341f3f31819f88ca69e5479365502aa807 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 14 Apr 2015 23:30:52 +0800 Subject: [PATCH] travis: add IRC notification --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index bb0b0d8f..8c1bb1a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,3 +13,11 @@ install: script: - "python setup.py test" + +notifications: + irc: + channels: + - chat.freenode.net#m-labs + template: + - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}" + - "Build details : %{build_url}" -- 2.30.2