mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-25 01:47:56 +00:00
:octocat: php8 imagick install error workaround
This commit is contained in:
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user