Colors in console does not work

I am printing an images in terminal with node script and package chalk, but colors is wrong!
Same script works perfectly in CircleCI and local PC.

Travis build: https://travis-ci.org/mrdoob/three.js/jobs/650480517?utm_medium=notification&utm_source=github_status

Very annoying bug, please help! I need to see test results inside travis.

Do you have any secret/environment variables?
If so, unfortunately, Travis seems to lose colors because of that :expressionless:

Said that, personally, I still consider it something that should be solved. Colored output and environment variables are quite fundamental and popular features that I’d expect to work together.

Also, it’s something worth mentioning in the docs about setting the environment variables. Environment Variables - Travis CI