misuzu/.travis.yml

19 lines
251 B
YAML
Raw Normal View History

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