filter: paths: [src/*] excluded_paths: [vendor/*, test/*] before_commands: - 'composer install --dev --prefer-source' build: nodes: analysis: tests: override: - php-scrutinizer-run environment: postgresql: false mysql: false redis: false php: version: 7.2 tests: override: - command: ./vendor/bin/phpunit -c tests
# language: php # tests: true