mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 12:24:49 +01:00
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)
This commit is contained in:
parent
55fdef250e
commit
7f1f9c31be
@ -1,13 +1,13 @@
|
||||
build:
|
||||
environment:
|
||||
postgresql: false
|
||||
redis: false
|
||||
nodes:
|
||||
analysis:
|
||||
project_setup:
|
||||
override: true
|
||||
tests:
|
||||
override: [php-scrutinizer-run]
|
||||
php56:
|
||||
environment:
|
||||
php: 5.6
|
||||
php70:
|
||||
environment:
|
||||
php: 7.0
|
||||
|
Loading…
Reference in New Issue
Block a user