0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
postfixadmin/.travis.yml
Adrien Crivelli 6f7e75dc63 Introduce PHP-CS-Fixer and Travis to enforce code style
Commands `composer check` and `composer fix` can be used to respectively
check and automatically fix code style in the entire project.
2018-01-25 19:55:51 +00:00

18 lines
173 B
YAML

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