mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Not raw, echo more.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user