filter:
excluded_paths:
- 'tests/'
checks:
php: true
build:
environment:
redis: false
timezone: 'Europe/Oslo'
php:
ini:
date.timezone: 'Europe/Oslo'
memory_limit: '128M'
tests:
override:
- command: ./vendor/bin/phpunit --coverage-clover coverage.xml
coverage:
file: coverage.xml
format: clover
- php-scrutinizer-run
nodes:
php71:
environment:
php: 7.1
php72:
environment:
php: 7.2
cache:
directories:
- vendor/
tools:
sensiolabs_security_checker: true
build_failure_conditions:
- 'issues.severity(>= MAJOR).new.exists'