Travis log processor is missing all bright colors except gray
from 3/4 but ANSI palette - https://en.wikipedia.org/wiki/ANSI_escape_code#3/4_bit
For example in https://travis-ci.com/github/abitrolly/cheat.sh/builds/177822246#L391 the output of curl https://cht.sh
looks like this.
And it should be like this.
But it is not only colors, the output from docker-compose
at line https://travis-ci.com/github/abitrolly/cheat.sh/builds/177822246#L378 is stripped. The last line in Travis is
Creating cheatsh_redis_1_196f4df2e8b7 ...
But in raw log there is one container being created.
Creating cheatsh_redis_1_196f4df2e8b7 ...
e[1Ae[2K
Creating cheatsh_redis_1_196f4df2e8b7 ... e[32mdonee[0m
e[1BCreating cheatsh_app_1_369ec07d5d4c ...
e[1Ae[2K
Creating cheatsh_app_1_369ec07d5d4c ... e[32mdonee[0m
The done
word and everything after it is stripped.