1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +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:
Bruce Weirdan 2018-06-01 16:38:10 +03:00 committed by Matthew Brown
parent 55fdef250e
commit 7f1f9c31be

View File

@ -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