Can anyone tell me why my php5.6 builds fail during 'composer install'?

Hi all,

I have a travis build that uses composer to install packages.

When I run composer install with php5.6, the build gets killed and I don’t know why or what I can do against it. :-/

Can anyone spot the cause of my problem in this build:
https://travis-ci.org/azine/AzineEmailUpdateConfirmationBundle/builds/461988338

Thanks a lot!
d.

After looking at the Travis CI log that you provide, it looks like the build work on php-5.6 version is canceled by Travis trigger because of timeout.

Have you tried the build work with php-5.6 on your local development environment?

Hi @peter279k,

Yes the build works locally. In the end I gave up and just migrated to php 7.x and updated the composer travis-ci file to no longer run builds for 5.6

Kind regards,
D.

1 Like