mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-22 15:13:59 -06:00
Ensured scrutinizer build ignores platform requirements when installing dependencies
This commit is contained in:
parent
3a14483568
commit
8fb54e815e
@ -6,6 +6,9 @@ checks:
|
|||||||
code_rating: true
|
code_rating: true
|
||||||
duplication: true
|
duplication: true
|
||||||
build:
|
build:
|
||||||
|
dependencies:
|
||||||
|
override:
|
||||||
|
- composer install --no-interaction --no-scripts --ignore-platform-reqs
|
||||||
nodes:
|
nodes:
|
||||||
analysis:
|
analysis:
|
||||||
tests:
|
tests:
|
||||||
|
Loading…
Reference in New Issue
Block a user