From bc9ad8df08969f6a9c65deb4c79364fe43955893 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 2 May 2018 11:09:55 +0000 Subject: [PATCH] travis: get notifcations on build status for examples too --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9fe29a8..fe81f68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,9 @@ addons: - sourceline: 'ppa:team-gcc-arm-embedded/ppa' packages: - gcc-arm-embedded + +notifications: + irc: + channels: + - "chat.freenode.net#libopencm3" + use_notice: true