ShippingRates/.travis.yml
2019-12-11 12:57:25 +05:30

17 lines
207 B
YAML

language: php
php:
- 5.4
- 5.5
- 5.6
- 7.1
- 7.2
- 7.3
- 7.4
before_script:
- composer install --prefer-dist
script:
- vendor/bin/phpcs --standard=PSR2 src/ tests/
- vendor/bin/phpunit