mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-01-22 20:17:31 +00:00
14 lines
201 B
YAML
14 lines
201 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.6
|
|
- 7.0
|
|
- 7.1
|
|
- 7.2
|
|
|
|
before_script:
|
|
- composer install --dev --prefer-source --no-interaction
|
|
|
|
script:
|
|
- vendor/bin/php-cs-fixer fix --dry-run
|
|
- vendor/bin/phpunit |