flatrr/.travis.yml
2020-06-23 15:28:38 -06:00

9 lines
No EOL
102 B
YAML

language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4
install:
- composer install
script: composer test