标签: node.js npm travis-ci
我的nodejs构建。 Travis自动运行npm run test这会产生非常大的输出,因此对于CI构建,我想运行npm run test | faucet。我不想将它添加到我的package.json中,因为我们需要日志文件,这对新开发人员非常有帮助。
npm run test
npm run test | faucet
我们如何让travis运行自定义npm测试命令?