From bdf8c181261399cb5cbf9dcdc9f9f6fc25e1caaa Mon Sep 17 00:00:00 2001 From: bill-auger Date: Sun, 15 Oct 2017 22:51:37 -0400 Subject: [PATCH] use private env var for travis IRC notify channel --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0b18d927d..f8788b2cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ services: notifications: irc: - - "chat.freenode.net#calamares" + - "$IRC_NOTIFY_CHANNEL" install: - docker build -t calamares .