0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
postfixadmin/.travis.yml

18 lines
172 B
YAML

language: php
php:
- 7.0
- 7.1
- 7.2
cache:
directories:
- vendor
- $HOME/.composer/cache
before_script:
- composer install
script:
- composer lint