This commit is contained in:
Angelos Chalaris
2018-11-10 16:05:05 +02:00
parent 59fefebf76
commit 9c1d2c31af

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