delete travis stuff

This commit is contained in:
jomo
2020-12-12 21:59:05 +01:00
parent 29955a1765
commit a6e8e6b0f9
3 changed files with 2 additions and 27 deletions

View File

@@ -3,7 +3,7 @@
// no spam
var logging = require("../lib/logging");
if (process.env.VERBOSE_TEST !== "true" && process.env.TRAVIS !== "true") {
if (process.env.VERBOSE_TEST !== "true") {
logging.log = logging.debug = logging.warn = logging.error = function() {};
}