From 7d516717d78a4b96b3bb503c99581438730c20e4 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Wed, 17 Jan 2018 21:06:18 -0800 Subject: [PATCH] https://docs.travis-ci.com/user/notifications/#Configuring-IRC-notifications MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 猫兒偏解捉老鼠。 --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index a0940b4f..138a2e4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -200,3 +200,8 @@ script: notifications: email: false + irc: + channels: + - "ircs://chat.freenode.net:6697/#cquery" + template: + - "[ %{repository_slug}#%{commit}] %{result} on %{branch} by %{author} (%{build_url})"