From 21ac453a1afe01e3f47b7daad9af379725392162 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 10 Oct 2016 16:57:05 +0200 Subject: encrypt our IRC channel to prevent forks from notifying. (#3193) Also remove the webhook for the buildtrends, which we don't use. --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index fa8336e5..1f2248a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -96,8 +96,11 @@ after_success: notifications: irc: channels: - - "irc.freenode.org#cryptography-dev" + # This is set to a secure variable to prevent forks from notifying the + # IRC channel whenever they fail a build. This can be removed when travis + # implements https://github.com/travis-ci/travis-ci/issues/1094. + # The value encrypted here was created via + # travis encrypt "irc.freenode.org#cryptography-dev" + - secure: "A93qvTOlwlMK5WoEvZQ5jQ8Z4Hd0JpeO53WYt8iIJ3s/L6AubkfiN7gwhThRtPnPx7DVMenoKRMlcRg76/ICvXEViVnGgXFjsypF0CzVcIay9pPdjpZjZHP735yLfX512RtxYEdEGwi5r25Z2CEFaydhhxNwfuMxGBtLUjusix4=" use_notice: true skip_join: true - webhooks: - - https://buildtimetrend.herokuapp.com/travis -- cgit v1.2.3