Color disabled on Travis-CI?
See original GitHub issueIt looks like env.CI
will suppress color, which is probably the right choice for most CI servers, but travis-ci should perhaps get a pass, since it handles terminal colors quite nicely.
Would you be open to allowing color if env.TRAVIS
is set?
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
ANSI colors in console does not work anymore
Hi,. Text remains white in logs on Travis whereas it still works on local. It seems broken again since the 16th of December....
Read more >Disable Travis CI build in .travis.yml - Stack Overflow
What I'm looking for is a way to disable builds for a few days at a time, in my project, without completely deleting...
Read more >Home – Travis-CI
With Travis CI, you never have to choose between speed, quality or cost: · We are the original cloud-based CI/CD solution. · Code...
Read more >Travis CI - Test and Deploy Your Code with Confidence
Travis CI enables your team to test and ship your apps with confidence. Easily sync your projects with Travis CI and you'll be...
Read more >Color output functions - Fabric documentation
Functions for wrapping strings in ANSI color codes. ... and set to any non-empty value, all colorization driven by this module will be...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
So a “disable color” environment variable would be useful. If i run the stuff in a pseudo terminal from an IDE that does not understand color i get Escape sequences too.
Released as
3.2.3
. Let me know if that doesn’t work.