Use sensiolabs/ansi-to-html to parse the build logs.
Added an AnsiConverter helper. Use the AnsiConverter in the email and page templates that display the build log. Use a dedicated stylesheet for the ANSI converter. It can be customized. It can be inlined in the notifications. Do not use ProphecyTestCase when not needed.
This commit is contained in:
parent
800f0539af
commit
df5e378b8a
9 changed files with 162 additions and 9 deletions
|
|
@ -40,7 +40,8 @@
|
|||
"psr/log": "~1.0",
|
||||
"monolog/monolog": "~1.6",
|
||||
"pimple/pimple": "~1.1",
|
||||
"robmorgan/phinx": "~0.4"
|
||||
"robmorgan/phinx": "~0.4",
|
||||
"sensiolabs/ansi-to-html": "~1.1"
|
||||
},
|
||||
|
||||
"require-dev": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue