From 78937aca9325e99b2da19b669497610dd693309d Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Tue, 16 Oct 2018 08:42:07 +0100 Subject: [PATCH] travis.yml: Add IRC notifications --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7d618f8..1381ac5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,3 +24,13 @@ script: - go test ./... - go test -race ./... +notifications: + email: + on_success: change + on_failure: always + irc: + channels: + - "ircs://chat.freenode.net:7070/#chasquid" + use_notice: true + on_success: change + on_failure: always