Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynamoRIO
  • dynamorio
  • Issues
  • #3031
Closed
Open
Issue created May 25, 2018 by Derek Bruening@derekbrueningContributor

Travis no longer sending emails to a mailing list

Ever since we first set it up, Travis has been configured to send email to the dynamorio-devs list. But it is no longer sending emails: the last one was March 20.

Xref the docs https://docs.travis-ci.com/user/notifications/

I did check the list's pending message and there's nothing there. It is set up to allow anyone to post.

I tried the following code in .travis.yml:

I did get email with the default target:

notifications:
  email:
    on_success: always
    on_failure: always

Neither I nor the list got email with any of these:

notifications:
  email:
    # This overrides the default of sending to the committer and author.
    recipients:
      - [email protected]
    on_success: change
    on_failure: always
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
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]
    on_success: always
    on_failure: always
Assignee
Assign to
Time tracking