feat: check CI failure

This commit is contained in:
Barış Soner Uşaklı
2019-02-09 12:23:10 -05:00
parent 2e2c3ac110
commit f2d7f75ee2

View File

@@ -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);