From b6606a5402aa2c50d202e7feb27e74d2c7202681 Mon Sep 17 00:00:00 2001 From: "Daniel M. Capella" Date: Mon, 3 Dec 2018 01:36:42 +0000 Subject: Travis: Fix notice config --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 1011c5d6..40d4f182 100644 --- a/.travis.yml +++ b/.travis.yml @@ -155,6 +155,8 @@ after_success: | fi notifications: - irc: "chat.freenode.net#alot" - on_success: change - use_notice: true + irc: + channels: + - "chat.freenode.net#alot" + on_success: change + use_notice: true -- cgit v1.2.3