Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83830 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55241 invoked from network); 25 Feb 2015 22:16:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Feb 2015 22:16:30 -0000 X-Host-Fingerprint: 78.192.130.122 jav75-2-78-192-130-122.fbxo.proxad.net Received: from [78.192.130.122] ([78.192.130.122:16752] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/04-34010-CB94EE45 for ; Wed, 25 Feb 2015 17:16:29 -0500 Message-ID: <39.04.34010.CB94EE45@pb1.pair.com> To: internals@lists.php.net Date: Wed, 25 Feb 2015 23:16:25 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 78.192.130.122 Subject: Travis support PHP Nightly builds (PHP 7) From: pascal.chevrel@free.fr (Pascal Chevrel) Hi people, I hope this is not too much off topic but I saw today that Travis now supports nightly builds as a possible PHP version, they documented it here: http://docs.travis-ci.com/user/languages/php/#PHP-nightly-builds I think it would be good to incitate all the frameworks and projects using Travis CI to add nightly to their testing matrix so as to catch bugs in the upcoming PHP 7 version by testing real code and also so as to have as much real code as possible getting ready for PHP 7. That would mean some kind of communication about it and basically being proactive promoting it but I don't know if PHP.net has some kind of experience with communicating to developers this way. Maybe at least Tweeting about it from the official Twitter account. Regards, Pascal