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). -Peff [1] I wanted to set up an email just to me for my personal fork, but I couldn't make it work. AFAICT there's no way to override upstream's config short of adding another commit, which would mean I'd have to base all my branches on a "fix up .travis.yml" commit.