:octocat: php8 imagick install error workaround

This commit is contained in:
codemasher
2020-10-07 16:03:58 +02:00
parent 77d327e4dc
commit 2e9c226f66
+4 -1
View File
@@ -18,8 +18,11 @@ matrix:
before_install:
- pecl channel-update pecl.php.net
- printf "\n" | pecl install imagick
- pecl install ast
- |
if [ $TRAVIS_PHP_VERSION != 'nightly' ]; then
printf "\n" | pecl install imagick;
fi
install:
- composer install --no-interaction --prefer-source