mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 12:24:49 +01:00
7f1f9c31be
- 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)
28 lines
447 B
YAML
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"
|