Merge pull request #7575 from open-sausages/pulls/4.0/remove-imagick

Remove imagick install
This commit is contained in:
Chris Joe 2017-11-13 13:31:05 +13:00 committed by GitHub
commit 571f770d58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,6 @@ matrix:
before_script:
# Init PHP
- pecl channel-update pecl.php.net
- travis_retry printf "\n" | pecl install imagick
- phpenv rehash
- phpenv config-rm xdebug.ini || true
- echo 'memory_limit = 2048M' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini