mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #7499 from open-sausages/pulls/4.0/imagick-retry
ENHANCEMENT Don't fail immediately on imagick install
This commit is contained in:
commit
b20bfd28a6
@ -58,7 +58,7 @@ matrix:
|
||||
before_script:
|
||||
# Init PHP
|
||||
- pecl channel-update pecl.php.net
|
||||
- printf "\n" | pecl install imagick
|
||||
- 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user