From users-return-3814-apmail-buildr-users-archive=buildr.apache.org@buildr.apache.org Thu Nov 28 05:30:37 2013 Return-Path: X-Original-To: apmail-buildr-users-archive@www.apache.org Delivered-To: apmail-buildr-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9664010642 for ; Thu, 28 Nov 2013 05:30:37 +0000 (UTC) Received: (qmail 26596 invoked by uid 500); 28 Nov 2013 05:30:37 -0000 Delivered-To: apmail-buildr-users-archive@buildr.apache.org Received: (qmail 26425 invoked by uid 500); 28 Nov 2013 05:30:34 -0000 Mailing-List: contact users-help@buildr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@buildr.apache.org Delivered-To: mailing list users@buildr.apache.org Received: (qmail 26413 invoked by uid 99); 28 Nov 2013 05:30:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Nov 2013 05:30:33 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of peter.j.donald@gmail.com designates 74.125.82.175 as permitted sender) Received: from [74.125.82.175] (HELO mail-we0-f175.google.com) (74.125.82.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Nov 2013 05:30:27 +0000 Received: by mail-we0-f175.google.com with SMTP id p61so7562329wes.6 for ; Wed, 27 Nov 2013 21:30:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=/cGjJXSZPy9i+Aw+2sw1Kww0ZXIGZSBq/I8NML+AjJE=; b=Smz3/JxHuBRKfPBxenmWft84zykxfnJvXAsx/TdCQ245t2AlboPpvibaEZGIK40sYJ sVW/EA7IzFVXBKjR1MNqbLOvYiu36IDvqKKJ3ho8S5mqVmN3thSVqIVX89ZN1WkahQUg oRga9MYb6yCoTsIxURtzfI23HXcn+Iwm6eW2LtA17kPjKXIFVUOVeiQUhH8nPRbr+kce TmpdkZjK/dK4kF5Omn6fCP7+JKGuDLwjkM/BRukDA7Ibhcc2qOlgclR38Mi/wK/X88PU QQHb9XJj2XnHPsMGUN0Sil9IxBm682D1H+4zi90tG/TgasE9ih6HrQ9n26/KeI05cAFG DivQ== MIME-Version: 1.0 X-Received: by 10.180.77.49 with SMTP id p17mr767656wiw.30.1385616607401; Wed, 27 Nov 2013 21:30:07 -0800 (PST) Sender: peter.j.donald@gmail.com Received: by 10.194.87.200 with HTTP; Wed, 27 Nov 2013 21:30:07 -0800 (PST) In-Reply-To: <20131127212542.47a9cd72@sh9> References: <20131127212542.47a9cd72@sh9> Date: Thu, 28 Nov 2013 16:30:07 +1100 X-Google-Sender-Auth: B-hpdVjpoUbk-qpwdTsi2Q3OumI Message-ID: Subject: Re: travis ci From: Peter Donald To: users@buildr.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi, We have a heap of projects that use buildr+Travis - it is mostly pretty easy for easy stuff. For example [1] but if you have any specic questions feel free to holler. [1] https://github.com/realityforge/guiceyloops/blob/master/.travis.yml On Thu, Nov 28, 2013 at 2:25 PM, Stephen Haberman wrote: > Hey, > > I see that Buildr has a Travis CI setup. Out of curiosity, does anyone > have any projects that, instead of building Buildr itself, just use > Buildr as their build tool on Travis CI? > > I'm assuming Buildr would be pretty easy to use on Travis CI with a > "sudo gem install buildr" before_install hook, but I'm just curious if > anyone else has already gotten it working. > > - Stephen -- Cheers, Peter Donald