ShippingRates/.travis.yml
2019-12-11 14:55:29 -08:00

11 lines
159 B
YAML

language: php
php:
- 7.1
before_script:
- composer install --prefer-dist
script:
- vendor/bin/phpcs --standard=PSR2 src/ tests/
- vendor/bin/phpunit