Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Adds email notifications for TravisCI builds (#1990)
Browse files Browse the repository at this point in the history
Summary:
**Summary**

Adds claudiopro 's email for TravisCI build notifications. Feel free to do the same if you want to stay in the loop.

**Test Plan**

Wait for the next build to receive an email from TravisCI �‍♂️
Pull Request resolved: #1990

Reviewed By: elboman

Differential Revision: D13935604

Pulled By: elboman

fbshipit-source-id: 0a3020e65890793b82c87626f6da284ec310805c
  • Loading branch information
Claudio Procida authored and facebook-github-bot committed Feb 4, 2019
1 parent e8a281c commit a4cc10d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,10 @@ script:
fi
notifications:
email:
recipients:
- [email protected]
- [email protected]
on_success: change # send a notification when the build status changes
on_failure: always # always send a notification
webhooks: https://code.facebook.com/travis/webhook/

0 comments on commit a4cc10d

Please sign in to comment.