mjml-typo3/.travis.yml
Daniel Siepmann eba401aa9f
TASK: Add first test
Add all dependencies to run tests.
Configure tests as composer task.
Add tests to travis.
Adjust code to make him exchangeable and testable.
2017-12-14 23:06:55 +01:00

16 lines
145 B
YAML

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