image-transform/.travis.yml

10 lines
103 B
YAML
Raw Permalink Normal View History

2020-10-01 18:45:56 +00:00
language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4
install:
- composer install
script: composer test