Bind Travis notifications to main mirror
Signed-off-by: Gerd Flaig <gefla@pond.sub.org> Message-Id: <877exhmdk6.fsf@oxygen.pond.sub.org> [Comment clarified slightly] Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
ec513bb2aa
commit
41ce9e37fd
1 changed files with 11 additions and 3 deletions
14
.travis.yml
14
.travis.yml
|
@ -17,8 +17,16 @@ os:
|
||||||
- osx
|
- osx
|
||||||
# How to build:
|
# How to build:
|
||||||
script: ./bootstrap && ./configure && make check
|
script: ./bootstrap && ./configure && make check
|
||||||
# Notifications
|
|
||||||
|
# The channel name "irc.oftc.net#wolfpack" is encrypted against
|
||||||
|
# gefla/empserver to prevent notifications from forks. This was
|
||||||
|
# created using:
|
||||||
|
# $ travis encrypt -r "gefla/empserver" "empserver-devel@wolfpackempire.com"
|
||||||
|
# $ travis encrypt -r "gefla/empserver" "irc.oftc.net#wolfpack"
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
- empserver-devel@wolfpackempire.com
|
recipients:
|
||||||
irc: "irc.oftc.net#wolfpack"
|
- secure: "Yzw4HVcDAoC3MdX5CqcsmCIeaM9JI8zjV3dAblcckOp+YN4KJRsYinmYy2H2EN4PmCj5XsYKeJbDHeOGOEu2ghkx8nIFIFQj5LB54l/h/83ePZ0LKqiIHb42otAj4favPM9/TX0cBoG+DG37m0wsvtRZDZ9EVRTVILSJzJYzEKY="
|
||||||
|
irc:
|
||||||
|
channels:
|
||||||
|
- secure: "JgXi0fUlca7+9/t++ogDZ95IqGu600JVCgEFKBCHZguavxrqPhwgH5rMd1l1MYbVFloxqfykwV3rpiDKLHY0qsJwG8ZmStSHLvxf+CLxxTQ2X3Z2YU4ciZA2/T/dOxq3j8hTpcqUrpGHt2AKSQGjo7JwcO35aAqeEIAPWRsNpl4="
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue