From 7a735e8951361ebe078f295d354a67cf8d94744a Mon Sep 17 00:00:00 2001 From: "Wael M. Nasreddine" Date: Tue, 3 Jun 2014 14:27:51 +1700 Subject: [PATCH] [PATCH v4] Enable Travis-CI as a backup continuous integration --- b2/587a1d9b50c1b253d8645cff1d3fad3b074c90 | 68 +++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 b2/587a1d9b50c1b253d8645cff1d3fad3b074c90 diff --git a/b2/587a1d9b50c1b253d8645cff1d3fad3b074c90 b/b2/587a1d9b50c1b253d8645cff1d3fad3b074c90 new file mode 100644 index 000000000..26422ddae --- /dev/null +++ b/b2/587a1d9b50c1b253d8645cff1d3fad3b074c90 @@ -0,0 +1,68 @@ +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 178F8431FBC + for ; Mon, 2 Jun 2014 14:28:08 -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 hJW93M3CUNlT for ; + Mon, 2 Jun 2014 14:28:00 -0700 (PDT) +Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com + [209.85.220.52]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id BB415431FAE + for ; Mon, 2 Jun 2014 14:28:00 -0700 (PDT) +Received: by mail-pa0-f52.google.com with SMTP id bj1so4311482pad.11 + for ; Mon, 02 Jun 2014 14:27:59 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=from:to:subject:date:message-id; + bh=CtiTTnNd+9RK4pR9UV498HofN0EWWuCPrWtE8+t0N2Y=; + b=ltAF6RY1MRT2sCowm78QKM7wAqaj0LKQ5jICf6805SmrEbX+4Ei25UucV7jahEGZcj + xeZBR5ig/5qXAGsSvKVZLFUjqvP5e2aqhliVMxSwD3HSfu1NOQqGZKP5dcwKq+It9g5M + rxe9BXIRaQrP8MzPB3S4+Iv8OGJeW+TZOnZLLbDh2UQvhM6o3ca1xlF0ZsP7LZCxfNHt + cExKCbhOlxaXgeckxQoe+TSt8uNV1xlufuifGugzroMZdo6HZpK+n3szniJtAayZvlqU + /zWwQuvyqX9RN49bebgG076HXhFqRQBnGRKMZm0+rtYs08m1SBv5BFiCvfPlIvSyK95K + 0rug== +X-Received: by 10.66.246.229 with SMTP id xz5mr43846633pac.119.1401744479794; + Mon, 02 Jun 2014 14:27:59 -0700 (PDT) +Received: from localhost ([2620:0:1000:2e00:f0d8:7d1d:4635:8ec1]) + by mx.google.com with ESMTPSA id + vf9sm22003289pbc.94.2014.06.02.14.27.56 for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Mon, 02 Jun 2014 14:27:56 -0700 (PDT) +From: "Wael M. Nasreddine" +To: notmuch@notmuchmail.org +Subject: [PATCH v4] Enable Travis-CI as a backup continuous integration +Date: Mon, 2 Jun 2014 14:27:51 -0700 +Message-Id: <1401744472-29770-1-git-send-email-wael.nasreddine@gmail.com> +X-Mailer: git-send-email 1.9.1.423.g4596e3a +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: Mon, 02 Jun 2014 21:28:08 -0000 + + +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] + +[0]: https://travis-ci.org/eMxyzptlk/notmuch/builds/26612550 +[1]: https://travis-ci.org/eMxyzptlk/notmuch/jobs/26612552#L882 -- 2.26.2