1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/.scrutinizer.yml
2018-02-03 20:08:14 -05:00

28 lines
440 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/"
- "examples/"
- "src/Psalm/CallMap.php"
- "src/Psalm/PropertyMap.php"