From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.52.16.17 with SMTP id b17csp80032vdd; Tue, 26 Mar 2013 05:13:12 -0700 (PDT) X-Received: by 10.236.32.242 with SMTP id o78mr9879079yha.47.1364299992159; Tue, 26 Mar 2013 05:13:12 -0700 (PDT) Return-Path: Received: from rubyforge.org (50-56-192-79.static.cloud-ips.com. [50.56.192.79]) by mx.google.com with ESMTP id j42si21366243yhk.11.2013.03.26.05.13.11; Tue, 26 Mar 2013 05:13:12 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 50.56.192.79 as permitted sender) client-ip=50.56.192.79; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 50.56.192.79 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org; dkim=neutral (bad format) header.i=@gmail.com Received: from localhost.localdomain (localhost [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 7636F2E0CB; Tue, 26 Mar 2013 12:13:12 +0000 (UTC) X-Greylist: delayed 1332 seconds by postgrey-1.31 at rubyforge; Tue, 26 Mar 2013 12:12:57 UTC Received: from mail-pb0-f52.google.com (mail-pb0-f52.google.com [209.85.160.52]) by rubyforge.org (Postfix) with ESMTP id 9968F2E0BB for ; Tue, 26 Mar 2013 12:12:57 +0000 (UTC) Received: by mail-pb0-f52.google.com with SMTP id ma3so4711595pbc.25 for ; Tue, 26 Mar 2013 05:12:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=XSH7RgCfEm7o1z9SGhFynlAz5rBkZSEwxm7hLU2V1CM=; b=VD0tuLSsIldEhiaTvQK/HTaHUAA8yomAeD3D1kpThTIl3QXY57I89gJ486WljmY5Pu ZQyhZCirXTwBtcoT49YH9cGfajI5tzFz4wUjNU9383HxOWUN6JZQkvROqr8nr8S2+WKj S2g68RUj3cje9yJKlwaDmGrrkvzUtBVtJ7mYRdz8dVTN2WJIuzf784aq5CE4UQDN3geH 5b86skQZb4aMqW8iUWm3KRKkodZQCZ2vfoViA5wPQ7Hh1w1JYpgbB0fkbdSAz6bIK5yU HT8z1Va0WuEauyjv4kr+zFDE5k2xFkakB/psjBc/B7wd46dJqMIXl1HcCf8rXhinDecU KEvw== X-Received: by 10.67.14.105 with SMTP id ff9mr23810024pad.101.1364298171810; Tue, 26 Mar 2013 04:42:51 -0700 (PDT) Received: from [192.168.0.99] ([110.96.146.148]) by mx.google.com with ESMTPS id iv3sm17221051pbc.40.2013.03.26.04.42.48 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 26 Mar 2013 04:42:50 -0700 (PDT) Message-ID: <515189B8.9050800@gmail.com> Date: Tue, 26 Mar 2013 19:42:48 +0800 From: Whyme Lyu <5longluna@gmail.com> User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 MIME-Version: 1.0 To: sup-talk@rubyforge.org References: <51514A36.5040907@gaute.vetsj.com> In-Reply-To: <51514A36.5040907@gaute.vetsj.com> Subject: Re: [sup-talk] Travis integration X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org On 03/26/2013 03:11 PM, Gaute Hope wrote: > What do you think about including the few files that are in the main > repositories? Continuous integration is a widely adopted best practice now. A big +1 from me. > @Whyme: How does your Travis integration work with the new 'test' target? Currently I'm just running `rake gem` on Travis. But it's dead easy to define a custom rake task to test + package anyway. I just opened https://github.com/sup-heliotrope/sup/pull/15 for this. Two little issues for now: * I'm still figuring out required dependencies to get tests running. This could be done soon. * Pull request #12 should be merged before `rake gem` could work. -whyme _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk