1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/.scrutinizer.yml
2018-01-28 16:43:42 -05:00

25 lines
357 B
YAML

build:
nodes:
analysis:
project_setup:
override: true
tests:
override: [php-scrutinizer-run]
php56:
environment:
php: 5.6
php70:
environment:
php: 7.0
php71:
environment:
php: 7.1
checks:
php: true
filter:
excluded_paths:
- "tests/"
- "src/Psalm/Stubs"