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, b
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/
-
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