Skip to content

Commit

Permalink
.travis.yml: enable email notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
panchoh committed Dec 8, 2018
1 parent 7eb64f3 commit 05667cd
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,18 @@ matrix:
- go: master
fast_finish: true

# Don't email me the results of the test runs.
# Do email the team the results of the test runs.
notifications:
email: false
email:
recipients:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
on_success: change
on_failure: always

before_script:
- ssh-keygen -t ed25519 -f $HOME/.ssh/id_ed25519 -P ''
Expand Down

0 comments on commit 05667cd

Please sign in to comment.