Skip to content

Commit 8d20f2b

Browse files
committed
:octocat: pecl channel-update
1 parent 398959b commit 8d20f2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ matrix:
1515
- php: 7.4snapshot
1616
- php: nightly
1717

18-
before_install: printf "\n" | pecl install imagick
18+
before_install:
19+
- pecl channel-update pecl.php.net
20+
- printf "\n" | pecl install imagick
1921
install: travis_retry composer install --no-interaction --prefer-source
2022
script: vendor/bin/phpunit --configuration phpunit.xml --coverage-clover clover.xml
2123
after_script: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)