DEV Community

Discussion on: Setup Continuous Integration with Travis CI in Your Nodejs App

Collapse
 
jcoelho profile image
José Coelho

Great article!

I'm comfortable doing CI for Java projects, but I've never done any CI for Nodejs.

How would you do CI for Nodejs apps with no tests?
Would you say running npm ci is enough?

Thanks for any ideas