You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jenstornell, after researching a lot about building PHP with imagewebp support in Travis CI environment, I just find the "hard-core" way to resolve this.
I need to learn Travis CI to understand how it all works.
I can see that the last run did not get any errors, so that's a good thing. If this works without too much trouble, maybe we could use that until a better solution shows up?
jenstornell
changed the title
Problem with BMP and WEBP images conversion
Problem with WEBP images conversion with Travis CI
May 6, 2019
As title, I've found these image formats have some concerned problems.
imagebmp
provided byGD
extension only supports onphp-7.2+
.This package requires
php-7.2
version at least and can solve this problem.That's why I do this on this PR #3.
php
environment in Travis CI doesn't support thewebp
image.I think we have to use the customized Docker image inside Travis CI if we need to test the
webp
image conversion.The text was updated successfully, but these errors were encountered: