-
Notifications
You must be signed in to change notification settings - Fork 572
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Another test of Travis email notifications
- Loading branch information
1 parent
0c45c18
commit 816f9cb
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,11 @@ | |
|
||
notifications: | ||
email: | ||
# This overrides the default of sending to the committer and author. | ||
# Temporarily sending to bruening too to help diagnose email problems. | ||
recipients: | ||
- [email protected] | ||
- [email protected] | ||
on_success: always | ||
on_failure: always | ||
|
||
|