:octocat: imagick plz

This commit is contained in:
codemasher
2021-01-03 13:44:26 +01:00
parent a3661e47c2
commit 317fea6648
+1 -1
View File
@@ -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