Skip to content

Commit aa52aaa

Browse files
authored
Encrypt Travis CI notification email addresses (JabRef#4570)
1 parent d8f2843 commit aa52aaa

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Diff for: .travis.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@ dist: bionic
22
language: ruby
33
cache: bundler
44
rvm:
5-
- 2.6.5
5+
- 2.6.5
66
install:
7-
- bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
8-
- bundle update sheldon
7+
- bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
8+
- bundle update sheldon
99
notifications:
1010
email:
11-
recipients:
12-
13-
1411
on_success: change
1512
on_failure: always
13+
recipients:
14+
- secure: Ko9SzcdByE/HOMP7s9ddTpRdqahnO5LJ1MGJWX/cmymQc8fDRMgP9jgI6D/G5Ntgo6uGUO+xkcV5mBbOAoI5v8U2GQ5nICDXHdQrX8kJzve9JDiQJOy0c17TYi3d7bBeS1bOhy7E0TxHRax2wWWxDhqz80GwSo9JAhQbcusR/1U=
15+
- secure: Ov0xcwOVBSbc7uuCk0Qu+ILmh3HuFNa9PnfI363at9V3aG05oJHiTRseFXvfiHgK5663Wcytcl3DU+A2vYZSz7Y3ZGzcUzhlRBLMUfebncB2nAsX3NJsieJ6FoYlkRBZdzA2lzt3FVv99hebuZnU4OiANdnHFiLmFzeWRaPZfIQ=
1616
webhooks:
1717
urls:
18-
- https://shelbot.herokuapp.com/build
19-
- https://styles-update.zotero.org:8826/
20-
- https://styles-update.zotero.org:8827/
18+
- https://shelbot.herokuapp.com/build
19+
- https://styles-update.zotero.org:8826/
20+
- https://styles-update.zotero.org:8827/
2121
on_success: always
2222
on_failure: always
2323
on_start: never

0 commit comments

Comments
 (0)