From de17bdb1301d6b7e60e31bb0e98786cc101391a4 Mon Sep 17 00:00:00 2001 From: David Adam Date: Thu, 11 Feb 2016 23:06:18 +0800 Subject: travis: 'encrypt' notification configuration The values for notification hooks remain available as comments, but this prevents notifications from other repositories from automatically being linked across to the official notification channels. --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 8e106ea6..29524239 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,13 +50,17 @@ script: - make test SHOW_INTERACTIVE_LOG=1 notifications: + # Some items are encrypted so that notifications from other repositories + # don't flood the official repositories. irc: channels: - - "irc.oftc.net#fish" + #- "irc.oftc.net#fish" + secure: "eRk9KGZ5+mrlD2SoI8yg2Sp8OYrh7YPyGe3WCDQUwTnNgNDII34rbM9a6UOA/l7AeWSNY8joLq5xVLCU4wpFgUcJ11SYIpMnLosZK29OW4ubDOHmdBDvJ971rLgAVG9cXngZtIxEVVxN/jnS1Qr8GKZx4DjkaTMgz1pemb4WxCc=" template: - "%{repository}#%{build_number} (%{commit} on %{branch} by %{author}): %{message} Details at %{build_url}" use_notice: true skip_join: true webhooks: urls: - - https://webhooks.gitter.im/e/61821cec3015bf0f8bb1 + #- https://webhooks.gitter.im/e/61821cec3015bf0f8bb1 + secure: fPfOmxnC3MCsfR1oocVFeWLawGcRZkn+8fNHlSOeZ+SqqoZfcCHgQTvQ22TqmVl1yvkXbNlaXjo6dbVzTOAh7r7H0bRMEKBVh3dQS7wqjB1sKivpXd8PAS3BTj5MQpGeJzdHnDuwVlwDktGtfHfhGeq1Go/4IosOq8u+6RTe28g= -- cgit v1.2.3