From 6b6fb7f7d08469f3838a6bce8c27557e39ea4759 Mon Sep 17 00:00:00 2001 From: Riccardo Spagni Date: Wed, 20 Jul 2016 14:50:44 +0200 Subject: [PATCH] add IRC notifications to travis --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2026cba5f..9f4b7d3d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,3 +26,9 @@ addons: script: make -j2 && HAVE_DOT=YES doxygen Doxyfile notifications: email: false + irc: + channels: + - "chat.freenode.net#monero-dev" + nick: monero + template: + - "%{repository}#%{build_number} (%{commit} : %{author}) | Build details : %{build_url}"