:octocat: imagick plz

This commit is contained in:
codemasher
2021-01-03 13:44:26 +01:00
parent f2f195c4ed
commit 5a9bb67d2e
+1 -1
View File
@@ -21,7 +21,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