mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-25 00:57:56 +00:00
:octocat: pecl channel-update
This commit is contained in:
+3
-1
@@ -15,7 +15,9 @@ matrix:
|
||||
- php: 7.4snapshot
|
||||
- php: nightly
|
||||
|
||||
before_install: printf "\n" | pecl install imagick
|
||||
before_install:
|
||||
- pecl channel-update pecl.php.net
|
||||
- printf "\n" | pecl install imagick
|
||||
install: travis_retry composer install --no-interaction --prefer-source
|
||||
script: vendor/bin/phpunit --configuration phpunit.xml --coverage-clover clover.xml
|
||||
after_script: bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
Reference in New Issue
Block a user