feat: check CI failure

v1.18.x
Barış Soner Uşaklı 6 years ago
parent 2e2c3ac110
commit f2d7f75ee2

@ -165,6 +165,9 @@ function completeConfigSetup(config, next) {
}
nconf.overrides(config);
console.log(config, nconf.get('redis'));
async.waterfall([
function (next) {
require('./database').init(next);

Loading…
Cancel
Save