build:
nodes:
php71:
environment:
php: 7.1
checks:
php:
code_rating: true
duplication: true
filter:
excluded_paths:
- 'tests/*'
- 'tests-src/*'
checks:
php: true
build: true