mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00:00
remove appveyor specific code paths (#3071)
This commit is contained in:
parent
351d40e51c
commit
33e3ff5de8
2 changed files with 0 additions and 5 deletions
|
@ -236,9 +236,6 @@ def parse_exit_code(s):
|
|||
def enable_ansi_colors():
|
||||
if os.name != 'nt':
|
||||
return True # On non-windows platforms this just works.
|
||||
elif "CI" in os.environ:
|
||||
return True # Ansi escape codes work out of the box on Appveyor.
|
||||
|
||||
return enable_ansi_colors_win10()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue