mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 12:23:09 +00:00
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.
This commit is contained in:
parent
3345f5d0d0
commit
de17bdb130
1 changed files with 6 additions and 2 deletions
|
@ -50,13 +50,17 @@ script:
|
||||||
- make test SHOW_INTERACTIVE_LOG=1
|
- make test SHOW_INTERACTIVE_LOG=1
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
# Some items are encrypted so that notifications from other repositories
|
||||||
|
# don't flood the official repositories.
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
- "irc.oftc.net#fish"
|
#- "irc.oftc.net#fish"
|
||||||
|
secure: "eRk9KGZ5+mrlD2SoI8yg2Sp8OYrh7YPyGe3WCDQUwTnNgNDII34rbM9a6UOA/l7AeWSNY8joLq5xVLCU4wpFgUcJ11SYIpMnLosZK29OW4ubDOHmdBDvJ971rLgAVG9cXngZtIxEVVxN/jnS1Qr8GKZx4DjkaTMgz1pemb4WxCc="
|
||||||
template:
|
template:
|
||||||
- "%{repository}#%{build_number} (%{commit} on %{branch} by %{author}): %{message} Details at %{build_url}"
|
- "%{repository}#%{build_number} (%{commit} on %{branch} by %{author}): %{message} Details at %{build_url}"
|
||||||
use_notice: true
|
use_notice: true
|
||||||
skip_join: true
|
skip_join: true
|
||||||
webhooks:
|
webhooks:
|
||||||
urls:
|
urls:
|
||||||
- https://webhooks.gitter.im/e/61821cec3015bf0f8bb1
|
#- https://webhooks.gitter.im/e/61821cec3015bf0f8bb1
|
||||||
|
secure: fPfOmxnC3MCsfR1oocVFeWLawGcRZkn+8fNHlSOeZ+SqqoZfcCHgQTvQ22TqmVl1yvkXbNlaXjo6dbVzTOAh7r7H0bRMEKBVh3dQS7wqjB1sKivpXd8PAS3BTj5MQpGeJzdHnDuwVlwDktGtfHfhGeq1Go/4IosOq8u+6RTe28g=
|
||||||
|
|
Loading…
Reference in a new issue