diff --git a/test/test.js b/test/test.js index 1e312f6..dfc6657 100644 --- a/test/test.js +++ b/test/test.js @@ -17,7 +17,7 @@ var fs = require("fs"); config.server.http_timeout *= 3; // no spam -if (process.env.VERBOSE_TEST !== "true") { +if (process.env.VERBOSE_TEST !== "true" && process.env.TRAVIS !== "true") { logging.log = logging.debug = logging.warn = logging.error = function() {}; }