diff options
-rw-r--r-- | .taprc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.taprc b/.taprc index 44e24f55..01ac7b62 100644 --- a/.taprc +++ b/.taprc @@ -1,3 +1,6 @@ +# vim: set filetype=yaml : coverage-map: coverage-map.js exclude: - test/lib/* +test-env: + - CLICOLOR_FORCE=0 |