We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398959b commit 8d20f2bCopy full SHA for 8d20f2b
.travis.yml
@@ -15,7 +15,9 @@ matrix:
15
- php: 7.4snapshot
16
- php: nightly
17
18
-before_install: printf "\n" | pecl install imagick
+before_install:
19
+ - pecl channel-update pecl.php.net
20
+ - printf "\n" | pecl install imagick
21
install: travis_retry composer install --no-interaction --prefer-source
22
script: vendor/bin/phpunit --configuration phpunit.xml --coverage-clover clover.xml
23
after_script: bash <(curl -s https://codecov.io/bash)
0 commit comments