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 23099431FC2 for ; Fri, 9 May 2014 07:52:58 -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 Kw0hwh7KJ5tb for ; Fri, 9 May 2014 07:52:50 -0700 (PDT) Received: from mail-yh0-f49.google.com (mail-yh0-f49.google.com [209.85.213.49]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 66205431FBC for ; Fri, 9 May 2014 07:52:46 -0700 (PDT) Received: by mail-yh0-f49.google.com with SMTP id c41so3780050yho.22 for ; Fri, 09 May 2014 07:52:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:message-id:in-reply-to:references:subject:mime-version :content-type:content-transfer-encoding; bh=Ibc/xYFf9vlankk21FmtcI3O+w/0Ps81HZgbUE52QOM=; b=0YbxwITOL1UlcNAAVA/i0yYp9kht+DR8kIQbYECEY0Sa62Ji1hqvcV+/FRbXhIdK/W dOD+5fBj3mYQdCf6pc/3w2jyjXqBVxUxPjkE5strGw3EOjgjsc2U8NEvgh3gRskeCM9E MhAkK2xEOF8qUQOeOC370OGn8CbPDoFgYnbfhvWCWHg3MCcII0I91ltlLHQGAdcJAWhV 0rcNabmiRcqZCOerXCPoLYxYEa5ttb+DXJPjQFGYgNpZhnM4QmF/9ErZgz5UtaBE94Y4 1lBIhSrxkWQfIvjy/hE3WOsnvh2Ii1y90rvNRsH0wLdaYlookrzNPDnTjNQyMMmmAM2U YSEA== X-Received: by 10.236.179.69 with SMTP id g45mr15517814yhm.81.1399647164679; Fri, 09 May 2014 07:52:44 -0700 (PDT) Received: from localhost (189-211-224-40.static.axtel.net. [189.211.224.40]) by mx.google.com with ESMTPSA id f62sm6467508yhq.6.2014.05.09.07.52.42 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 09 May 2014 07:52:43 -0700 (PDT) Date: Fri, 09 May 2014 09:52:40 -0500 From: Felipe Contreras To: "Wael M. Nasreddine" , notmuch@notmuchmail.org Message-ID: <536cebb8b7232_6bf0154f30cfe@nysa.notmuch> In-Reply-To: <1399645162-8653-1-git-send-email-wael.nasreddine@gmail.com> References: <1399645162-8653-1-git-send-email-wael.nasreddine@gmail.com> Subject: RE: [PATCH] Add Travis-CI config file. Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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: Fri, 09 May 2014 14:52:58 -0000 Wael M. Nasreddine wrote: > --- > .travis.yml | 10 ++++++++++ > 1 file changed, 10 insertions(+) > create mode 100644 .travis.yml > > diff --git a/.travis.yml b/.travis.yml > new file mode 100644 > index 0000000..8d92cdc > --- /dev/null > +++ b/.travis.yml > @@ -0,0 +1,10 @@ > +language: c > +before_install: > + - sudo apt-get update -qq > + - wget 'https://launchpad.net/ubuntu/+archive/primary/+files/zlib1g-dev_1.2.8.dfsg-1ubuntu1_amd64.deb' > + - wget 'https://launchpad.net/ubuntu/+archive/primary/+files/zlib1g_1.2.8.dfsg-1ubuntu1_amd64.deb' > + - sudo dpkg -i zlib1g-dev_1.2.8.dfsg-1ubuntu1_amd64.deb zlib1g_1.2.8.dfsg-1ubuntu1_amd64.deb What's wrong with zlib? > + - sudo apt-get install -f > + - sudo apt-get install dtach libxapian-dev libgmime-2.6-dev libtalloc-dev python-sphinx > + > +script: make test -- Felipe Contreras