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

imagick on travis vm

This commit is contained in:
Oliver Vogel
2014-05-10 21:22:00 +02:00
parent c11df26a49
commit 6d4e2aedd0

View File

@@ -4,7 +4,17 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
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
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev
- composer self-update
- composer install --prefer-source --no-interaction --dev
script: phpunit