From 10587aee4a86772cd17641b582ed47ff49e31306 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 29 Aug 2017 15:31:40 -0700 Subject: [PATCH] Encrypt the IRC channel to send notifications to. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3edf9b167..50412fec9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -169,7 +169,7 @@ notifications: email: false irc: channels: - - "chat.freenode.net#letsencrypt-dev" + - secure: "HeXUVxLjB5dLl7JdTvY3EicLkZM5ZNtEa75x4Eud8a656y/6cpuhJli+devRwaAhq7fx7WkkZWWtcm9bJFx/vKwUYr7OCN2OJBNKviQfLxtBENt3gcMHALA+MNi5pQPw5ARe4NvEHABfyGTn6oti+5iFXcgAMGDq11RgDpHR+Bk=" on_success: never on_failure: always use_notice: true