From: Felipe Contreras Date: Fri, 9 May 2014 16:35:30 +0000 (+1900) Subject: Re: [PATCH] Add Travis-CI config file. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=07df14c049de4394d341633e9f880cf92855ec93;p=notmuch-archives.git Re: [PATCH] Add Travis-CI config file. --- diff --git a/71/d91072854a404970ea87d1bf38e688868f6394 b/71/d91072854a404970ea87d1bf38e688868f6394 new file mode 100644 index 000000000..19bb9de8f --- /dev/null +++ b/71/d91072854a404970ea87d1bf38e688868f6394 @@ -0,0 +1,87 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 131F9431FBF + for ; Fri, 9 May 2014 09:35:44 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id oWXmD2C5I4-o for ; + Fri, 9 May 2014 09:35:36 -0700 (PDT) +Received: from mail-yh0-f53.google.com (mail-yh0-f53.google.com + [209.85.213.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 958E0431FBC + for ; Fri, 9 May 2014 09:35:36 -0700 (PDT) +Received: by mail-yh0-f53.google.com with SMTP id i57so1699202yha.40 + for ; Fri, 09 May 2014 09:35:36 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=date:from:to:cc:message-id:in-reply-to:references:subject + :mime-version:content-type:content-transfer-encoding; + bh=WG9UU07DCCOmHZwrkHbjey/jbns27L3OdR7ruaVm9JU=; + b=l1H24WM5ZFHwSzLAl8f60lBUV5zVjz5XspEhdfZA4LFaLu2OJZSndurnuiqmx1my/J + UtD781vv5LiWJRVqybVuN8fBxJ6xpJHq7WbOcBZNgC8BpB1IuGxZ/qVdjUcJUV18J3Zg + RdF0p0Aa372rnyS1fy4jmpusFPh/lFJRr0+2/brwDh5bGk+VhTUHoNs/1Wtnyu01XGys + q0359ZcspgAvn1CUXfx2Gvqpu84oG9p3CDBvpvYbS12b1dIvOVnf8tmsU4o0oG706tzR + 78XbSgWUf1OB1UY9yl87f/Coa7iBrFVGkqFKW6OiAOpzQO9LXFEHKJthYGB0/xnSMMR/ + iW/A== +X-Received: by 10.236.140.16 with SMTP id d16mr16716118yhj.55.1399653336015; + Fri, 09 May 2014 09:35:36 -0700 (PDT) +Received: from localhost (189-211-224-40.static.axtel.net. [189.211.224.40]) + by mx.google.com with ESMTPSA id j46sm6844588yhc.14.2014.05.09.09.35.32 + for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Fri, 09 May 2014 09:35:33 -0700 (PDT) +Date: Fri, 09 May 2014 11:35:30 -0500 +From: Felipe Contreras +To: "Wael M. Nasreddine" , + Felipe Contreras +Message-ID: <536d03d283260_5e14c1d3104@nysa.notmuch> +In-Reply-To: + +References: <1399645162-8653-1-git-send-email-wael.nasreddine@gmail.com> + <536cebb8b7232_6bf0154f30cfe@nysa.notmuch> + + <536cf313d2c73_ce316372ec79@nysa.notmuch> + +Subject: Re: [PATCH] Add Travis-CI config file. +Mime-Version: 1.0 +Content-Type: text/plain; + charset=utf-8 +Content-Transfer-Encoding: 7bit +Cc: notmuch@notmuchmail.org +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Fri, 09 May 2014 16:35:44 -0000 + +Wael M. Nasreddine wrote: +> On Fri, May 9, 2014 at 8:24 AM, Felipe Contreras +> wrote: +> > I had to manually find the build. In case anybody wants to check it out: +> > +> > https://travis-ci.org/notmuch/notmuch/builds +> +> To be specific it's build #2 you see the error right here +> https://travis-ci.org/notmuch/notmuch/builds/24681333#L193 + +Yes, I saw the error. I guess there's no way around that for now. + +-- +Felipe Contreras