Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC] Add failed build notifications #485

Closed
Closed
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Add failed build notifications

Configure Travis to send emails whenver there is a failed build.
Use an email alias (github-saltfs@servo.org) to ensure all interested
parties can receive emails, instead of just the author and committer.
Per the docs (https://docs.travis-ci.com/user/notifications/), emails
are only sent for branches (e.g. master/nightly/auto).
This is meant for notifications on failed nightly builds, so always
notify on failures but avoid notifying on success.
  • Loading branch information
aneeshusa committed Sep 23, 2016
commit 368efbb20ff20d1b74f7da5efa6ca0600bb85999
@@ -70,3 +70,8 @@ script: .travis/dispatch.sh

notifications:
webhooks: http://build.servo.org:54856/travis
email:
recipients:
- github-saltfs@servo.org
on_success: never
on_failure: always
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.