From 317fea66488148b218effaa2ba8913fb9cb8af2f Mon Sep 17 00:00:00 2001 From: codemasher Date: Sun, 3 Jan 2021 13:44:26 +0100 Subject: [PATCH] :octocat: imagick plz --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fb4ea829b..41485acbf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ before_install: - pecl channel-update pecl.php.net - pecl install ast - | - if [ $TRAVIS_PHP_VERSION != 'nightly' ]; then + if [ $TRAVIS_PHP_VERSION == '7.4' ]; then printf "\n" | pecl install imagick; fi