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:
Chris Joe 2017-10-20 11:46:21 +13:00 committed by GitHub
commit b20bfd28a6
1 changed files with 1 additions and 1 deletions

View File

@ -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