Project

Profile

Help

Task #5808

Updated by daviddavis over 4 years ago

Travis currently only emails the commit author if they have write access to the repo but when a cron job fails for example, we need to have Travis notify the entire team or some subset of the team.  

 One option: Travis has a setting for email notifications[0] we could expose via the template config. However, 

 One consideration is that we don't want to Travis to notify us for forks that are running in Travis[1]. It looks like you can work around this by encrypting the email[2] address.  

 [0] https://docs.travis-ci.com/user/notifications/#configuring-email-notifications 
 [1] https://github.com/travis-ci/travis-ci/issues/329 
 [2] https://github.com/travis-ci/travis-ci/issues/5063 

Back