mjml-typo3/.travis.yml
Daniel Siepmann 227ca8a035
TASK: Add php linting
To make sure there are no syntax errors in files.
2017-12-14 22:42:05 +01:00

15 lines
127 B
YAML

language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
install:
- composer install
script:
- composer lint
- composer cgl