What is Proper Continuous Integration?

added by JavaScript Kicks
10/5/2018 8:08:36 AM

872 Views

Continuous integration (CI) is confusing. As with all ideas, everybody does their own version of it in practice. CI is a solution to the problems we face while writing, testing and delivering software to end users. Its core promise is reliability. A prerequisite for continuous integration is having an automated test suite.


0 comments