PHPLIB-330: Add phpcs checks to travis pipeline

parent 43af2600
......@@ -25,6 +25,20 @@ jobs:
- stage: Smoke Testing
php: "7.3"
env:
- CHECKS=phpunit
- stage: Smoke Testing
php: "7.1"
before_install: []
before_script:
- pecl install -f mongodb-${DRIVER_VERSION}
- composer require --no-update doctrine/coding-standard=^6.0
- composer install --no-interaction --no-progress --no-suggest ${COMPOSER_OPTIONS}
script: vendor/bin/phpcs
after_script: []
after_failure: []
env:
- CHECKS=phpcs
# Test remaining supported PHP versions
- stage: Test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment