On Wed, Nov 24, 2021 at 12:42 PM Chandranana Naik <chandranana.n...@ibm.com> wrote:
> > Hi Team, > > Recently Travis builds have stopped running for PHP. > We only see Cirrus and appveyor CI builds, however travis.yml exists in > the github repo. > > Could you please update if Travis builds will be started again or if there > are plans to disable Travis CI support ? > Hi, I've sent a support request to Travis to extend us additional open-source credits, so hopefully this will be running again soon. Generally though, I would recommend you to migrate from Travis CI to GitHub Actions. The PHP project itself uses Travis CI for testing non-x86 platforms only, which are generally not available on other CI providers. Regards, Nikita