From e37460d3d3824693018ef820beb8d5b7c80b15a6 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 23 Oct 2017 16:22:25 -0400 Subject: [PATCH] [ci] Revert bdf8c18126, can't use env-vars in notification step --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f4a11e766..cb5b6daaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ services: notifications: irc: - - "$IRC_NOTIFY_CHANNEL" + - "chat.freenode.net#calamares" install: - docker build -t calamares .