From a52e9463039e97dacf4a78982525c0b45c07d5eb Mon Sep 17 00:00:00 2001 From: Simon Arlott Date: Sun, 15 Sep 2019 11:00:50 +0100 Subject: [PATCH] travis: Notify on IRC --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4611482c..7dc6edf5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,11 @@ language: c # Use the faster container-based infrastructure. sudo: false +notifications: + irc: + channels: + - "chat.freenode.net#charybdis" + matrix: include: - os: linux