1
0
mirror of https://github.com/Intervention/image.git synced 2025-09-08 21:20:46 +02:00

Merge pull request #733 from olivervogel/master

added before_install command
This commit is contained in:
Oliver Vogel
2017-06-06 18:32:37 +02:00
committed by GitHub

View File

@@ -16,6 +16,7 @@ matrix:
before_install: before_install:
- sudo add-apt-repository -y ppa:moti-p/cc - sudo add-apt-repository -y ppa:moti-p/cc
- sudo apt-get clean
- sudo apt-get update - sudo apt-get update
- sudo apt-get -y --reinstall install imagemagick - sudo apt-get -y --reinstall install imagemagick
- yes | pecl install imagick-beta - yes | pecl install imagick-beta