From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 7D380207D6 for ; Mon, 24 Apr 2017 20:37:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S977639AbdDXUhR (ORCPT ); Mon, 24 Apr 2017 16:37:17 -0400 Received: from cloud.peff.net ([104.130.231.41]:39261 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S977631AbdDXUhO (ORCPT ); Mon, 24 Apr 2017 16:37:14 -0400 Received: (qmail 24712 invoked by uid 109); 24 Apr 2017 20:37:13 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.84) with SMTP; Mon, 24 Apr 2017 20:37:13 +0000 Received: (qmail 32500 invoked by uid 111); 24 Apr 2017 20:37:38 -0000 Received: from sigill.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.7) by peff.net (qpsmtpd/0.84) with SMTP; Mon, 24 Apr 2017 16:37:38 -0400 Received: by sigill.intra.peff.net (sSMTP sendmail emulation); Mon, 24 Apr 2017 16:37:11 -0400 Date: Mon, 24 Apr 2017 16:37:11 -0400 From: Jeff King To: Duy Nguyen Cc: Lars Schneider , =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason , Git Mailing List , Jiang Xin , Junio C Hamano Subject: Re: [BUG] test suite broken with GETTEXT_POISON=YesPlease Message-ID: <20170424203710.cijg3bjdrb2eywmh@sigill.intra.peff.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org 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.