[PHP-DEV] Travis-CI supports 5.5 (was: Voting periods)

2013-01-29 Thread Steve Clay
On 1/29/13 11:55 AM, Larry Garfield wrote: [3] We have a CI system in place but it's home grown, doesn't have enough human resources maintaining it, and I don't think it supports multiple variants of the PHP environment Dunno if this was mentioned here, but Travis CI added a 5.5 environment

Re: [PHP-DEV] Travis-CI supports 5.5

2013-01-29 Thread Jordi Boggiano
Heya, Dunno if this was mentioned here, but Travis CI added a 5.5 environment a few weeks ago. Spreading the word to projects to add 5.5 to their config files (or just sending a PR) would be a quick way to get a lot of code hitting 5.5. Travis is still running 5.5.0-alpha1 that segfaults

Re: [PHP-DEV] Travis-CI supports 5.5

2013-01-29 Thread Steve Clay
On 1/29/13 2:17 PM, Jordi Boggiano wrote: Travis is still running 5.5.0-alpha1 that segfaults under some conditions when using composer which makes a lot of builds fails for nothing. How Symfony deals with this: matrix: allow_failures: - php: 5.5 Steve Clay -- http://www.mrclay.org/

Re: [PHP-DEV] Travis-CI supports 5.5

2013-01-29 Thread Larry Garfield
On 1/29/13 12:31 PM, Steve Clay wrote: On 1/29/13 11:55 AM, Larry Garfield wrote: [3] We have a CI system in place but it's home grown, doesn't have enough human resources maintaining it, and I don't think it supports multiple variants of the PHP environment Dunno if this was mentioned here,