From f8aa36818ac57f92b68fbc7cd65767e782c5a3c8 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Sun, 4 Mar 2018 21:35:23 +0000 Subject: [PATCH] travis: add irc notifications on master --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0257bf98..7323ee10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,9 @@ addons: - sourceline: 'ppa:team-gcc-arm-embedded/ppa' packages: - gcc-arm-embedded + +notifications: + irc: + channels: + - "chat.freenode.net#libopencm3" + use_notice: true