From b66f199c77a4cc5d9e866445726c60be368ae16d Mon Sep 17 00:00:00 2001 From: Wael Nasreddine Date: Wed, 4 Jun 2014 23:06:27 +1700 Subject: [PATCH] Re: [PATCH v4] Enable Travis-CI as a backup continuous integration --- a3/d8eb2b7a4fd10bf371787392c097cd5b3995dc | 95 +++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 a3/d8eb2b7a4fd10bf371787392c097cd5b3995dc diff --git a/a3/d8eb2b7a4fd10bf371787392c097cd5b3995dc b/a3/d8eb2b7a4fd10bf371787392c097cd5b3995dc new file mode 100644 index 000000000..6f4783150 --- /dev/null +++ b/a3/d8eb2b7a4fd10bf371787392c097cd5b3995dc @@ -0,0 +1,95 @@ +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 210C8431FBC + for ; Tue, 3 Jun 2014 23:06:41 -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 uv6vTlmBpc0Q for ; + Tue, 3 Jun 2014 23:06:33 -0700 (PDT) +Received: from mail-pb0-f50.google.com (mail-pb0-f50.google.com + [209.85.160.50]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id E9560431FB6 + for ; Tue, 3 Jun 2014 23:06:32 -0700 (PDT) +Received: by mail-pb0-f50.google.com with SMTP id ma3so6511018pbc.37 + for ; Tue, 03 Jun 2014 23:06:31 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=from:to:subject:in-reply-to:references:user-agent:date:message-id + :mime-version:content-type; + bh=TX7900MCptRusnFJalMrF1rWurAjPWDrwM3IiqDXllk=; + b=Sq0swodO54/YMSPIqXeEiRalGWwXLTvIYfEHHkCOVyrJ2ogzMP/thwoNn6kF2E+HMP + tOkhTKPdf2w6nqg2LnOyOxclpx0FP9WjaQP07T255510y9cJQUO6XnlHWk3RdHsaEXT+ + tms+q2DVZoUv6L+mFxlgBnWlUiHdeRBTMRmMY2v0HgyQ4H9Ekxoqbb7ZOCTxxpkf39Pp + E4xSac899c2hDyzKubG5XkiBTyocJVoFEg2xejlLk8yHDnQ3BwHVgQwmtryiOPb6v2R0 + G98yy4T059DH2WHMocgUVhfv4lXbZxMWVYpmt9qSromI3Iv00WkoiguY9KvTFkJC79ly + itfQ== +X-Received: by 10.69.19.139 with SMTP id gu11mr59663865pbd.36.1401861990088; + Tue, 03 Jun 2014 23:06:30 -0700 (PDT) +Received: from localhost ([2620:0:1000:2e00:fdc6:390f:6803:8af]) + by mx.google.com with ESMTPSA id bz4sm5496134pbb.12.2014.06.03.23.06.28 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Tue, 03 Jun 2014 23:06:29 -0700 (PDT) +From: Wael Nasreddine +To: Tomi Ollila , notmuch@notmuchmail.org +Subject: Re: [PATCH v4] Enable Travis-CI as a backup continuous integration +In-Reply-To: +References: <1401744472-29770-1-git-send-email-wael.nasreddine@gmail.com> + +User-Agent: Notmuch/0.18+10~g7d81d70 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Tue, 03 Jun 2014 23:06:27 -0700 +Message-ID: +MIME-Version: 1.0 +Content-Type: text/plain +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: Wed, 04 Jun 2014 06:06:41 -0000 + +Tomi Ollila writes: + +> On Tue, Jun 03 2014, "Wael M. Nasreddine" wrote: +> +>> This patch add support for running against multiple versions of emacs, +>> it currently runs against V23 and V24, example[0] +>> +>> As a bonus, it looks like the tests are failing using emacs V24[1] +> +> http://article.gmane.org/gmane.mail.notmuch.general/13047 +> +> It is nice to know I am not the only one who misconfigures emacs >;) + +Oh thanks, I didn't know. I fixed it by building emacs from source +myself, however it takes too long to compile. + +I'll mark this patch as obselete untill evm#46[0] gets fixed. + +[0]: https://github.com/rejeep/evm/issues/46 + +> +> Tomi +> +>> +>> [0]: https://travis-ci.org/eMxyzptlk/notmuch/builds/26612550 +>> [1]: https://travis-ci.org/eMxyzptlk/notmuch/jobs/26612552#L882 +-- +Wael Nasreddine | SRE at Google | wael.nasreddine@gmail.com | (650) 735-1773 -- 2.26.2