Skip to content

Commit

Permalink
Encrypt Travis CI notification email addresses (JabRef#4570)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmzelle committed Feb 17, 2020
1 parent d8f2843 commit aa52aaa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ dist: bionic
language: ruby
cache: bundler
rvm:
- 2.6.5
- 2.6.5
install:
- bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
- bundle update sheldon
- bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
- bundle update sheldon
notifications:
email:
recipients:
- rintze.zelle@gmail.com
- karcher@u.northwestern.edu
on_success: change
on_failure: always
recipients:
- secure: Ko9SzcdByE/HOMP7s9ddTpRdqahnO5LJ1MGJWX/cmymQc8fDRMgP9jgI6D/G5Ntgo6uGUO+xkcV5mBbOAoI5v8U2GQ5nICDXHdQrX8kJzve9JDiQJOy0c17TYi3d7bBeS1bOhy7E0TxHRax2wWWxDhqz80GwSo9JAhQbcusR/1U=
- secure: Ov0xcwOVBSbc7uuCk0Qu+ILmh3HuFNa9PnfI363at9V3aG05oJHiTRseFXvfiHgK5663Wcytcl3DU+A2vYZSz7Y3ZGzcUzhlRBLMUfebncB2nAsX3NJsieJ6FoYlkRBZdzA2lzt3FVv99hebuZnU4OiANdnHFiLmFzeWRaPZfIQ=
webhooks:
urls:
- https://shelbot.herokuapp.com/build
- https://styles-update.zotero.org:8826/
- https://styles-update.zotero.org:8827/
- https://shelbot.herokuapp.com/build
- https://styles-update.zotero.org:8826/
- https://styles-update.zotero.org:8827/
on_success: always
on_failure: always
on_start: never

0 comments on commit aa52aaa

Please sign in to comment.