Update tdd
This commit is contained in:
@ -9,10 +9,6 @@ const fs = require('fs-extra'),
|
||||
const childProcess = require('child_process');
|
||||
const chalk = require('chalk');
|
||||
const util = require('./util');
|
||||
if (util.isTravisCI() && util.isNotTravisCronOrAPI()) {
|
||||
console.log(`${chalk.green('NOBUILD')} Testing terminated, not a cron job or a custom build!`);
|
||||
process.exit(0);
|
||||
}
|
||||
// Declare paths
|
||||
const SNIPPETS_PATH = './snippets';
|
||||
const SNIPPETS_ARCHIVE_PATH = './snippets_archive';
|
||||
|
||||
Reference in New Issue
Block a user