Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73699 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21110 invoked from network); 15 Apr 2014 12:02:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Apr 2014 12:02:23 -0000 Authentication-Results: pb1.pair.com header.from=cryptocompress@googlemail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=cryptocompress@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 74.125.83.52 as permitted sender) X-PHP-List-Original-Sender: cryptocompress@googlemail.com X-Host-Fingerprint: 74.125.83.52 mail-ee0-f52.google.com Received: from [74.125.83.52] ([74.125.83.52:37433] helo=mail-ee0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D7/73-27880-ECF1D435 for ; Tue, 15 Apr 2014 08:02:23 -0400 Received: by mail-ee0-f52.google.com with SMTP id e49so7644488eek.39 for ; Tue, 15 Apr 2014 05:02:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=84WOk9/upIUKFVoBrMVNV01MdNGbxJs0RqmxaMXMFa4=; b=ISfJH/u5WhS7TVuzQAULdo6WnQbmwWZ+STa8i5wBO9bfNo85stxyrYaOWJJf0As4gB lhdQIUBbAj+MzhiW/FQmmIBmtSriM5sYUiORa+WHjqtv3hPBlv2fov1DmZTyzQhFUWBk N53Zw/YwMHfcEUiLmQ7PyV+KPAjDuXdpqGRI8kDGRdEJUdxF6LVzDf4jwd2eZ4xWw3Xd 8quktsRtbK4+N777wRFYYHIBQXMQI6mS1S9wwt/l6+2fNN+r/7OgMLoEFdbD7ZCUHUQ3 7QxFEFWu3JtgVhFqfkA1F3AJXYtx6GTZJuIxlBt8xIKiVrHMvr+L/FSM7mCmDx07+Ua0 4BzA== X-Received: by 10.15.53.69 with SMTP id q45mr2173649eew.22.1397563340078; Tue, 15 Apr 2014 05:02:20 -0700 (PDT) Received: from [192.168.1.115] (mnch-5d858bec.pool.mediaWays.net. [93.133.139.236]) by mx.google.com with ESMTPSA id p8sm48652991eef.26.2014.04.15.05.02.18 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 15 Apr 2014 05:02:19 -0700 (PDT) Message-ID: <534D1FC0.2070208@googlemail.com> Date: Tue, 15 Apr 2014 14:02:08 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Julien Pauli CC: PHP Developers Mailing List References: <534C2133.8010402@sugarcrm.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] keeping unit tests green From: cryptocompress@googlemail.com (Crypto Compress) Hi, > So I'm OK, as soon as it is simple. > For example, I dont know Travis. So when opening the Travis page about > PHP, I see many things, red or green, and feel like lost in all those > informations. Travis-CI is as trivial as this: 1. a (github) notification hook queue a testrun 2. as resources are free a preconfigured vm starts and 3. all the things in .travis.yml are executed As a RM you can let the VM execute whatever you want and how you want. https://github.com/php/php-src/blob/master/.travis.yml http://docs.travis-ci.com/user/languages/cpp/