From d8f72669b79a5cebbd9738d16ac8d8a556519c3e Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Thu, 12 Mar 2020 01:31:48 +0800 Subject: [PATCH] add irc notifications --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index 46c2cb35b..337ec47f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,12 @@ language: nix script: - bash ci/deploy.sh + +notifications: + irc: + on_success: change + on_failure: always + channels: + - "irc.freenode.net#nixos-nur" + template: + - "%{result} - %{branch} \"%{commit_subject}\" %{build_url}"