From c0705bbb5c486960b9bc12edec249331c7e3bfa1 Mon Sep 17 00:00:00 2001 From: Rick Burgess Date: Wed, 22 Feb 2017 15:10:25 +0000 Subject: [PATCH] Slightly better than using "\n" --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f6392280..6c142106 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: