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

Commits on Sep 23, 2016

  1. 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.
    aneeshusa committed Sep 23, 2016
You can’t perform that action at this time.