From: Wael Nasreddine Date: Wed, 16 Jul 2014 17:23:29 +0000 (+1700) Subject: Re: [PATCH v3] Enable Travis-CI as a backup continuous integration service. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f137bf13e735bdd70d65b6f5ad155421e396b173;p=notmuch-archives.git Re: [PATCH v3] Enable Travis-CI as a backup continuous integration service. --- diff --git a/81/1d68b7f72dfa2223e6cfa4fae752b2ec677d75 b/81/1d68b7f72dfa2223e6cfa4fae752b2ec677d75 new file mode 100644 index 000000000..d423a86e9 --- /dev/null +++ b/81/1d68b7f72dfa2223e6cfa4fae752b2ec677d75 @@ -0,0 +1,90 @@ +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 7E391431FC0 + for ; Wed, 16 Jul 2014 10:23:41 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.099 +X-Spam-Level: +X-Spam-Status: No, score=-0.099 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_NONE=-0.0001] 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 htQbtOsrddtE for ; + Wed, 16 Jul 2014 10:23:32 -0700 (PDT) +Received: from mail-pd0-f175.google.com (mail-pd0-f175.google.com + [209.85.192.175]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 94EC2431FBD + for ; Wed, 16 Jul 2014 10:23:32 -0700 (PDT) +Received: by mail-pd0-f175.google.com with SMTP id r10so107123pdi.34 + for ; Wed, 16 Jul 2014 10:23: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=xUAjaDoKm3+R+juAu4t2ZIzYfYZBiDxP+1i+z4xbKmI=; + b=R1DbghVK6pwGFQc5CaUwxqcm+qepvrD2HWGqNbZ1xcC3/cDulIlELTxuNOFgVG/iXA + YzROPGxmzmnrEOLwrEOKEAXlG/Lk/oD2i6iPAwib1eAvpJrLr+QaO3RuV1p/n4hq8GHF + 5RLN94aSsMx8bsRCcJWYf6RzbGT6odQZdvqmAE/brUD5HQJhIjaV7wiepeKWaILW8Z1V + v7W2aRtOAZHkH+LUKxhtWkcSGlMcGQTRWsKVWMd53dM+NRbURg7CWnWklR8kfXgGvjGa + iIh+m7U5XAyOXsyhKjCgTWat+2uruKMcEIBE9uvVfv34O8ae5vLAkHoG8Qzp/LyVBGDq + Edyw== +X-Received: by 10.66.146.199 with SMTP id te7mr17814302pab.106.1405531411371; + Wed, 16 Jul 2014 10:23:31 -0700 (PDT) +Received: from localhost ([2620:0:1000:2e00:f57a:8b89:6877:4bf]) + by mx.google.com with ESMTPSA id + vx10sm72862995pac.17.2014.07.16.10.23.30 for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Wed, 16 Jul 2014 10:23:30 -0700 (PDT) +From: Wael Nasreddine +To: David Bremner , notmuch@notmuchmail.org +Subject: Re: [PATCH v3] Enable Travis-CI as a backup continuous integration + service. +In-Reply-To: <871ttlaba7.fsf@maritornes.cs.unb.ca> +References: <1400867508-21478-1-git-send-email-wael.nasreddine@gmail.com> + <1400867508-21478-2-git-send-email-wael.nasreddine@gmail.com> + <871ttlaba7.fsf@maritornes.cs.unb.ca> +User-Agent: Notmuch/0.18+10~g7d81d70 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Wed, 16 Jul 2014 10:23:29 -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, 16 Jul 2014 17:23:41 -0000 + +David Bremner writes: + +> "Wael M. Nasreddine" writes: +> +>> You can access the dashboard at https://travis-ci.org/notmuch/notmuch +> +> pushed; not sure if you need to do anything else to get it started. I +> waited a whole 7 minutes ;). + +It's there and passing. You can test the IRC communication, just push a +new branch that has a failing spec, it should let you know in IRC +(delete the branch afterwards of course :)) + +Wael + +> +> d +> +> +-- +Wael Nasreddine | SRE at Google | wael.nasreddine@gmail.com | (650) 735-1773