mirror of
https://github.com/Intervention/image.git
synced 2025-02-06 13:59:12 +01:00
Merge pull request #491 from localheinz/fix/build
Fix: Enable imagick extension on PHP5.4
This commit is contained in:
commit
2cdca1ce0b
@ -19,6 +19,7 @@ before_install:
|
|||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get -y --reinstall install imagemagick
|
- sudo apt-get -y --reinstall install imagemagick
|
||||||
- printf "\n" | pecl install imagick-beta
|
- printf "\n" | pecl install imagick-beta
|
||||||
|
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.4" ]]; then echo "extension = imagick.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- composer self-update
|
- composer self-update
|
||||||
|
Loading…
x
Reference in New Issue
Block a user