mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
verbose logging on travis
This commit is contained in:
parent
5cb20b1105
commit
caeb9a52fe
@ -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() {};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user