Not raw, echo more.

This commit is contained in:
James Cole 2020-07-31 19:28:08 +02:00
parent 62494e7943
commit 49b855f7fd
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

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