mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Not raw, echo more.
This commit is contained in:
parent
62494e7943
commit
49b855f7fd
@ -1,10 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Install composer packages
|
||||
composer install --no-suggest --no-scripts --no-ansi &> /dev/null
|
||||
composer install --no-suggest --no-scripts --no-ansi
|
||||
|
||||
|
||||
# Do static code analysis.
|
||||
./vendor/bin/phpstan analyse -c .ci/phpstan.neon --no-progress --error-format=raw > phpstan.txt
|
||||
./vendor/bin/phpstan analyse -c .ci/phpstan.neon --no-progress > phpstan.txt
|
||||
|
||||
cat phpstan.txt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user