1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-28 16:19:50 +02:00

added before_install command

This commit is contained in:
Oliver Vogel
2017-06-06 18:29:00 +02:00
parent 854d12b807
commit 02aee3095a

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