From 995a5ca4eceea494fabfbae8dae9bfc396fb2bd9 Mon Sep 17 00:00:00 2001 From: Xaver Maierhofer Date: Thu, 2 Jun 2016 23:28:20 +0200 Subject: [PATCH] [TASK] Add IRC notification --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9348258..142baed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,3 +22,9 @@ install: - npm install script: grunt + +notifications: + irc: + channels: "irc.hackint.org#freifunkR" + nick: ci + use_notice: true