1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-14 01:44:03 +02:00

Merge pull request #689 from nodefortytwo/patch-1

Slightly better than using "\n"
This commit is contained in:
Oliver Vogel
2017-02-22 19:02:34 +01:00
committed by GitHub

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: