[Pkg-javascript-commits] [node-tap-mocha-reporter] 80/137: Don't do fanciness on travis. It doesn't work good.

Bastien Roucariès rouca at moszumanska.debian.org
Thu Sep 7 09:49:28 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-tap-mocha-reporter.

commit f789952f245e1450d13cfe27d5f85dc7dc4d979f
Author: isaacs <i at izs.me>
Date:   Wed Sep 23 23:49:14 2015 -0700

    Don't do fanciness on travis. It doesn't work good.
---
 lib/reporters/classic.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/reporters/classic.js b/lib/reporters/classic.js
index e15e29d..bc4f1b0 100644
--- a/lib/reporters/classic.js
+++ b/lib/reporters/classic.js
@@ -5,7 +5,7 @@ var Base = require('./base')
   , color = Base.color
   , yaml = require('js-yaml')
   , util = require('util')
-  , fancy = Base.useColors
+  , fancy = Base.useColors && !process.env.TRAVIS
   , ms = require('../ms.js')
   , diff = require('diff')
   , utils = require('../utils.js')

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-tap-mocha-reporter.git



More information about the Pkg-javascript-commits mailing list