Commit 5ab474cd by Scott

Travis: restore imagick install

parent 2afdb6a8
...@@ -19,6 +19,7 @@ before_script: ...@@ -19,6 +19,7 @@ before_script:
- curl -o phpcpd.phar https://phar.phpunit.de/phpcpd.phar - curl -o phpcpd.phar https://phar.phpunit.de/phpcpd.phar
# PHP Mess Detector # PHP Mess Detector
- pear config-set preferred_state beta - pear config-set preferred_state beta
- printf "\n\n" | pecl install imagick
- pear channel-discover pear.phpmd.org - pear channel-discover pear.phpmd.org
- pear channel-discover pear.pdepend.org - pear channel-discover pear.pdepend.org
- pear install --alldeps phpmd/PHP_PMD - pear install --alldeps phpmd/PHP_PMD
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment