1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-19 12:11:26 +02:00

Slightly better than using "\n"

This commit is contained in:
Rick Burgess
2017-02-22 15:10:25 +00:00
committed by GitHub
parent 2412006189
commit c0705bbb5c

View File

@@ -18,7 +18,7 @@ before_install:
- sudo add-apt-repository -y ppa:moti-p/cc
- sudo apt-get update
- sudo apt-get -y --reinstall install imagemagick
- printf "\n" | pecl install imagick-beta
- yes | 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: