mirror of
https://github.com/Intervention/image.git
synced 2025-08-16 10:54:02 +02:00
imagick on travis vm
This commit is contained in:
14
.travis.yml
14
.travis.yml
@@ -4,7 +4,17 @@ php:
|
|||||||
- 5.3
|
- 5.3
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 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:
|
before_script:
|
||||||
- curl -s http://getcomposer.org/installer | php
|
- composer self-update
|
||||||
- php composer.phar install --dev
|
- composer install --prefer-source --no-interaction --dev
|
||||||
|
|
||||||
|
script: phpunit
|
||||||
|
Reference in New Issue
Block a user