1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 12:24:49 +01:00
psalm/.scrutinizer.yml
Bruce Weirdan 7f1f9c31be Attempt to fix builds on scrutinizer-ci (#788)
- Dropped php56 (this branch is not compatible with php5 anymore due to
nikic/php-parser:^4 dependency)
- Dropped postgresql and redis from environment (they don't seem to be
used)
2018-06-01 09:38:10 -04:00

28 lines
447 B
YAML

build:
environment:
postgresql: false
redis: false
nodes:
analysis:
project_setup:
override: true
tests:
override: [php-scrutinizer-run]
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"