2017-12-16 22:43:48 +00:00
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- vendor
|
|
|
|
|
|
|
|
language: php
|
|
|
|
|
|
|
|
php:
|
|
|
|
- 7.2
|
|
|
|
|
|
|
|
matrix:
|
|
|
|
fast_finish: true
|
|
|
|
|
|
|
|
before_install:
|
2018-03-24 04:44:54 +00:00
|
|
|
- sudo apt-get install -y imagemagick
|
2018-03-24 04:53:44 +00:00
|
|
|
- yes '' | pecl install imagick
|
2017-12-16 22:43:48 +00:00
|
|
|
- composer install
|
|
|
|
|
|
|
|
script: ./vendor/bin/phpunit
|