Why we use CircleCI to build projects that don’t have any tests
Setting up a continuous integration server can help you down the path of automated deployments, even if you don't have a comprehensive test suite. We use CircleCI for our continuous integration. We set this up even for projects that have…