Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73700 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25366 invoked from network); 15 Apr 2014 12:24:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Apr 2014 12:24:43 -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.50 as permitted sender) X-PHP-List-Original-Sender: cryptocompress@googlemail.com X-Host-Fingerprint: 74.125.83.50 mail-ee0-f50.google.com Received: from [74.125.83.50] ([74.125.83.50:36561] helo=mail-ee0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 48/44-27880-9052D435 for ; Tue, 15 Apr 2014 08:24:42 -0400 Received: by mail-ee0-f50.google.com with SMTP id c13so7647387eek.37 for ; Tue, 15 Apr 2014 05:24:38 -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:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=t/RLBHRSmLTehEa58j72Fd6Cs+S26vNxWEoAgZqwWbE=; b=DSGTnomfF/Lqcr7NJ/5ykPs/nUY9uuyUIELKwZMs5HRn6N27AoYZ36CYDGs3SW/8ug jOF6dR9gscA8c/r1gDrg+/8lO+dz3YAWsz60xI1YkFzeIoHlduhqYDDot6dj2368JBYJ /usHAFc7CusRFUFTuY65cM9dyu7V4bfzMl32I3MGvc/BBh1CZDG18Vl2/axcDZRHBzQo n/LJAevHCxv2jl9Odh/duQXa38Owndrr1BumCJ1sdanG7jCFLGSoXsejyCsitP0+HPdO aDa55La+LsIJmsXyuRDjc5Rr3CP6yr7KG/LO5gybBl33i2DeiFbrOMi8Dvp0F1x/q/e4 T8KA== X-Received: by 10.15.111.206 with SMTP id cj54mr2333216eeb.8.1397564678901; Tue, 15 Apr 2014 05:24:38 -0700 (PDT) Received: from [192.168.1.115] (mnch-5d858bec.pool.mediaWays.net. [93.133.139.236]) by mx.google.com with ESMTPSA id n41sm48808234eeg.4.2014.04.15.05.24.36 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 15 Apr 2014 05:24:37 -0700 (PDT) Message-ID: <534D24FB.605@googlemail.com> Date: Tue, 15 Apr 2014 14:24:27 +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 , PHP Developers Mailing List References: <534C2133.8010402@sugarcrm.com> <534D1FC0.2070208@googlemail.com> In-Reply-To: <534D1FC0.2070208@googlemail.com> 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) Am 15.04.2014 14:02, schrieb 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/ ops: http://docs.travis-ci.com/user/languages/c/