From 7d66dbdbe3f6ffc847e12896ea0793b43dd77682 Mon Sep 17 00:00:00 2001 From: Jeff McKenna Date: Sat, 1 Feb 2020 12:11:47 -0400 Subject: [PATCH] change irc notifications to #pygeoapi-activity channel (#357) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3b55e61..16793d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,5 +67,5 @@ after_success: notifications: irc: channels: - - "irc.freenode.org#pygeoapi" + - "irc.freenode.org#pygeoapi-activity" use_notice: true \ No newline at end of file