From d15f5334c0c9cfc8c3aac55829d5832bf1e88240 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Wed, 7 Nov 2018 21:42:41 +0000 Subject: [PATCH] Turn on Travis build notifcations, but send them to IRC. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0092b10c..7be6406f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ sudo: required notifications: email: false + irc: "chat.freenode.net#mitogen-builds" language: python