--- /dev/null
+Return-Path: <wael.nasreddine@gmail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id 1B841431FC9\r
+ for <notmuch@notmuchmail.org>; Fri, 23 May 2014 10:52:05 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.799\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
+ tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+ FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id o9fCZcNqxZ8s for <notmuch@notmuchmail.org>;\r
+ Fri, 23 May 2014 10:52:01 -0700 (PDT)\r
+Received: from mail-pb0-f49.google.com (mail-pb0-f49.google.com\r
+ [209.85.160.49]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id DE690431FBF\r
+ for <notmuch@notmuchmail.org>; Fri, 23 May 2014 10:52:00 -0700 (PDT)\r
+Received: by mail-pb0-f49.google.com with SMTP id jt11so4448881pbb.22\r
+ for <notmuch@notmuchmail.org>; Fri, 23 May 2014 10:52:00 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+ h=from:to:subject:date:message-id;\r
+ bh=zDFsFnyy3gB6/TdpD8ZdZzeuJ5XBX6oD9GmdDMq2edY=;\r
+ b=vUZm+j2Kdi0M7SVoIMdI1wF2aKuraXv3/SNhxMdxg1KDmteJO0QPc/7e9e2M7k97G1\r
+ 2YA42sR3qAn4gO9iqV5jWVAeqPbndsAZrhPJ+XkcNQwJQUFTEeyeg6QJc56myLr3Mygo\r
+ qtfI73NRGjngr3npOlDJXmB8QZsHR6PNi3yW+ptImEhK0xFXxrmLxep5gQptHM92CZ8d\r
+ quIYGJ2t9oMjHev0iSkV9LuSEGrh+dQbzLk3md0WKK29iNow+EhKpH7usJlDVu6sYJNX\r
+ 2rENjDZl+ahdl874/QJ9fO+2pAdIAfIsB+IixMMGOn/LEBzDxp5x8w737zbbU6MQWhOD\r
+ DB0Q==\r
+X-Received: by 10.66.162.103 with SMTP id xz7mr3701761pab.104.1400867519060;\r
+ Fri, 23 May 2014 10:51:59 -0700 (PDT)\r
+Received: from localhost ([2620:0:1000:2e00:c1c4:277b:bfbd:6cc4])\r
+ by mx.google.com with ESMTPSA id op3sm5641148pbc.40.2014.05.23.10.51.57\r
+ for <notmuch@notmuchmail.org>\r
+ (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
+ Fri, 23 May 2014 10:51:58 -0700 (PDT)\r
+From: "Wael M. Nasreddine" <wael.nasreddine@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v3] Enable Travis-CI as a backup continuous integration\r
+Date: Fri, 23 May 2014 10:51:47 -0700\r
+Message-Id: <1400867508-21478-1-git-send-email-wael.nasreddine@gmail.com>\r
+X-Mailer: git-send-email 1.9.1.423.g4596e3a\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Fri, 23 May 2014 17:52:05 -0000\r
+\r
+\r
+V3 moves the downloaded debs to a Git repository (so we do not rely on\r
+an unknown URL that may or may not change) and add a comment explaining\r
+what is the hack for in the file itself.\r