mirror of
https://github.com/azures04/crafatar.git
synced 2026-05-06 11:00:39 +02:00
delete travis stuff
This commit is contained in:
@@ -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() {};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user