Colour support on TravisCI
See original GitHub issueI’m currently working on a package where I’m planning on switching to chalk
and up to now TravisCI didn’t have any problems with colours on the console (using colors
) but after pushing some code with passing tests (on the chalk
-based codebase), Travis seems to disable colours which make all the tests fail.
I’ve understood from this comment that TravisCI seems to non-determistically change supports-color
but I’m unsure if there’s a fix for that or if I have to manually enable it using chalk.enable = true
or even set the chalk.level
to something other than 0
(which is what I get on the TravisCI log).
EDIT: if (!chalk.enabled) chalk.enabled = true;
doesn’t help.
Issue Analytics
- State:
- Created 5 years ago
- Comments:24 (9 by maintainers)
Top Results From Across the Web
Colors in console does not work - Travis CI Community
I am printing an images in terminal with node script and package chalk , but colors is wrong! Same script works perfectly in...
Read more >Home – Travis-CI
With Travis CI, you never have to choose between speed, quality or cost: · Auto-deployment on passing builds · Pull request support. ·...
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 >Travis CI icon in Color Style - Icons8
Find other icons related to Travis CI vector icon. These icons have matching tags. Discover all logos icons to find more icons of...
Read more >TravisCI - Open SDG - Read the Docs
TravisCI. TravisCI is a "continuous integration" (CI) cloud service. It is useful for Open SDG in a way that is typical of open-source...
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
@Berkmann18 Try posting here instead: https://travis-ci.community/
I’ve emailed them again as I’ve received no response other than the above.