From 34b204c44c36a5bf9fa365736dd105cdfaec1472 Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Tue, 5 Dec 2017 22:01:56 +0000 Subject: [PATCH] Travis CI: Tweak IRC notification syntax, add second server for testing --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 72960d12b9..181ecd3fa5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,8 @@ cache: notifications: irc: - channels: "irc.oftc.net#i2p-dev" + channels: + - "chat.freenode.net#i2p-dev" + - "irc.oftc.net#i2p-dev" on_success: change on_failure: always -- GitLab