> On 24 Apr 2017, at 22:37, Jeff King <peff@xxxxxxxx> wrote: > > On Mon, Apr 24, 2017 at 08:22:36PM +0700, Duy Nguyen wrote: > >> Off topic, is it possible to receive mail notifications from Travis >> when a fault is found in either 'pu', 'next' or 'master'? I know how >> to do it in Jenkins, but I'm not familiar with Travis and there's no >> obvious button from the web page.. > > I looked into this a bit for my personal builds. Notification config has > to go into the .travis.yml file[1]. So I think the best we could do is > send a notification email to some mailing list, and then let people > subscribe to that (or it could go to git@vger; I don't know how noisy it > would be). A separate mailing list sounds like a very good idea to me! Maybe "git-builds@xxxxxxxxxxxxxxx" or something? What would it take to set something up like this? - Lars