--- /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 16EB7431FBF\r
+ for <notmuch@notmuchmail.org>; Fri, 9 May 2014 14:45:16 -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 NLxmOthURC02 for <notmuch@notmuchmail.org>;\r
+ Fri, 9 May 2014 14:45:10 -0700 (PDT)\r
+Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com\r
+ [209.85.220.52]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 6E020431FBC\r
+ for <notmuch@notmuchmail.org>; Fri, 9 May 2014 14:45:10 -0700 (PDT)\r
+Received: by mail-pa0-f52.google.com with SMTP id fa1so752914pad.11\r
+ for <notmuch@notmuchmail.org>; Fri, 09 May 2014 14:45:09 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+ h=from:to:cc:subject:date:message-id;\r
+ bh=etNlgpxMLIcVVVZARimax+bTQxTQ3V9ThgFh8kaCPFE=;\r
+ b=W7tuJTFyCxj9h7roFfKckx6nfrmyjpubvuBTMRbSJ7x6WbsV6KpwHNG73uPu/JL6L3\r
+ VpEakYscNbIMGE7BsPsQcHkH7adFfPEAO3cn7ttzSN7bbeWnyOO5ajKVRDoJRNkPO4Nk\r
+ p39EuFc8SRBLDyuFdx/JhxZxiJyapU72/O0VYfdHpRIQkl8xPNasVS8KNKx2FJMj4D9B\r
+ FimlaMpOpRrAqJRCAV420z+/aJAq80qAX5/pJ2sF5RFuRaScoXcRDdkSuxt5HEd0ngVT\r
+ UdVAkLlYYBFg7P/8QSdGJjPVkHoHw9IprGECoer/4c8tEqjG2ESCC57cAuJVnx912Zl0\r
+ StQA==\r
+X-Received: by 10.66.147.99 with SMTP id tj3mr24959089pab.47.1399671909731;\r
+ Fri, 09 May 2014 14:45:09 -0700 (PDT)\r
+Received: from localhost ([2620:0:1000:2e00:d44e:e60e:117d:3ca3])\r
+ by mx.google.com with ESMTPSA id op3sm9317929pbc.40.2014.05.09.14.45.07\r
+ for <multiple recipients>\r
+ (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
+ Fri, 09 May 2014 14:45:08 -0700 (PDT)\r
+From: "Wael M. Nasreddine" <wael.nasreddine@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v2] Enable Travis-CI as a backup continuous integration\r
+ service.\r
+Date: Fri, 9 May 2014 14:44:50 -0700\r
+Message-Id: <1399645162-8653-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, 09 May 2014 21:45:16 -0000\r
+\r
+You can access the dashboard at https://travis-ci.org/notmuch/notmuch\r
+---\r
+\r
+The v2 adds a notification section to send failure (or back to passing) notifications\r
+to the mailing list and to the IRC channel\r
+\r
+ .travis.yml | 13 +++++++++++++\r
+ 1 file changed, 13 insertions(+)\r
+ create mode 100644 .travis.yml\r
+\r
+diff --git a/.travis.yml b/.travis.yml\r
+new file mode 100644\r
+index 0000000..1274ac9\r
+--- /dev/null\r
++++ b/.travis.yml\r
+@@ -0,0 +1,13 @@\r
++language: c\r
++before_install:\r
++ - sudo apt-get update -qq\r
++ - wget 'https://launchpad.net/ubuntu/+archive/primary/+files/zlib1g-dev_1.2.8.dfsg-1ubuntu1_amd64.deb'\r
++ - wget 'https://launchpad.net/ubuntu/+archive/primary/+files/zlib1g_1.2.8.dfsg-1ubuntu1_amd64.deb'\r
++ - sudo dpkg -i zlib1g-dev_1.2.8.dfsg-1ubuntu1_amd64.deb zlib1g_1.2.8.dfsg-1ubuntu1_amd64.deb\r
++ - sudo apt-get install -f\r
++ - sudo apt-get install dtach libxapian-dev libgmime-2.6-dev libtalloc-dev python-sphinx\r
++\r
++script: make test\r
++notifications:\r
++ email: notmuch@notmuchmail.org\r
++ irc: "chat.freenode.net#notmuch"\r
+-- \r
+1.9.1.423.g4596e3a\r
+\r