This commit is contained in:
Angelos Chalaris
2018-11-10 16:05:05 +02:00
parent 5b6db9c76c
commit 8e336366eb

View File

@ -38,7 +38,7 @@ try {
});
// Run tests
if (util.isTravisCI()) {
childProcess.execSync('npm test-with-coverage');
childProcess.execSync('npm run test-with-coverage');
}
else {
childProcess.execSync('npm test');