From aff5ac2ad1d464558c99a3de4612583236809d71 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sat, 16 Sep 2017 12:01:05 +0100 Subject: [PATCH] Attempting to get imagemagick support with php --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index ee7be9b1..adc5e972 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ addons: - nginx - realpath - postgresql-9.6-postgis-2.3 + - imagemagick artifacts: s3_region: "eu-west-1" paths: @@ -36,6 +37,7 @@ php: - 7.2 before_install: + - printf "\n" | pecl install imagick - cp .env.travis .env - echo 'error_log = "/tmp/php.error.log"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini - psql -U travis -c 'create database travis_ci_test'