From ceb6b39d0e73a2cab75bfc0a1490f1e82772158a Mon Sep 17 00:00:00 2001 From: Antonio Carlos Ribeiro Date: Thu, 17 Oct 2019 19:01:38 -0300 Subject: [PATCH] Install imagemagick on Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 04e492373..b3f15823b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ cache: - $HOME/.composer/cache before_script: + - sudo apt-get -y --reinstall install imagemagick - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist script: