Fix tdd and module

This commit is contained in:
Angelos Chalaris
2018-09-22 14:05:18 +03:00
parent cd29e7f653
commit b4de123e43
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ const path = require('path');
const chalk = require('chalk');
const util = require('./util');
if (
util.isTravisCI() && util.isNotTravisCronOrApi()
util.isTravisCI() && util.isNotTravisCronOrAPI()
) {
console.log(
`${chalk.green('NOBUILD')} Module build terminated, not a cron job or a custom build!`