Help with sudden Travis build error for php 5.3.3

Discussion forum for Extension Writers regarding Extension Development.
Post Reply
Blitze
Registered User
Posts: 429
Joined: Tue Nov 29, 2005 5:06 pm

Help with sudden Travis build error for php 5.3.3

Post by Blitze »

I have a travis build that is suddenly failing with minimal code changes. I went back and ran a build that was previously passing and the php 5.3.3 job fails. Please help, I can't figure this out.

Here's the build: https://travis-ci.org/blitze/phpBB-ext-sitemaker

Thanks in advance
My Extensions: phpBB SiteMaker
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28619
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Re: Help with sudden Travis build error for php 5.3.3

Post by Paul »

The error is pretty clear: https://travis-ci.org/blitze/phpBB-ext- ... 88314#L140 openssl is simply not available.
Blitze
Registered User
Posts: 429
Joined: Tue Nov 29, 2005 5:06 pm

Re: Help with sudden Travis build error for php 5.3.3

Post by Blitze »

Yeah but I don't know what to do about it. I know that openssl is disabled for php 5.3.3 travis builds (https://docs.travis-ci.com/user/languag ... stallation) but I have not made any changes for this to now be a problem. Any thoughts?
My Extensions: phpBB SiteMaker
User avatar
MattF
Extensions Development Coordinator
Extensions Development Coordinator
Posts: 5859
Joined: Sat Jan 17, 2009 9:37 am
Location: Los Angeles, CA
Name: Matt Friedman

Re: Help with sudden Travis build error for php 5.3.3

Post by MattF »

Blitze wrote:I have a travis build that is suddenly failing with minimal code changes. I went back and ran a build that was previously passing and the php 5.3.3 job fails. Please help, I can't figure this out.

Here's the build: https://travis-ci.org/blitze/phpBB-ext-sitemaker

Thanks in advance
Remove - travis_retry composer self-update from your travis.yml file.
Formerly known as VSEMy ExtensionsPlease do not PM me for support.
Blitze
Registered User
Posts: 429
Joined: Tue Nov 29, 2005 5:06 pm

Re: Help with sudden Travis build error for php 5.3.3

Post by Blitze »

Thanks VSE that makes sense as it seems that the latest version of composer is the culprit. I will update my travis.yml and report here.
My Extensions: phpBB SiteMaker
Blitze
Registered User
Posts: 429
Joined: Tue Nov 29, 2005 5:06 pm

Re: Help with sudden Travis build error for php 5.3.3

Post by Blitze »

That worked VSE, thanks again.
My Extensions: phpBB SiteMaker
Post Reply

Return to “Extension Writers Discussion”