Add required php zip extension
This commit is contained in:
parent
4a616b2e05
commit
bc10faeda3
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ php:
|
||||||
- 7.4
|
- 7.4
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
- phpenv config-add < echo "extension=zip"
|
||||||
- printf "\n" | pecl install imagick
|
- printf "\n" | pecl install imagick
|
||||||
- cp .env.travis .env
|
- cp .env.travis .env
|
||||||
- echo 'error_log = "/tmp/php.error.log"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
|
- echo 'error_log = "/tmp/php.error.log"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue