This document discusses the benefits of continuous integration. It describes the pain points of the previous system such as broken builds, manual testing and deployment. The new system uses a build server to continuously build every check-in. It also uses unit tests, automated deployment scripts, and pushes latest builds automatically to reduce errors and deployment time. The verdict is that build issues are now identified rapidly, regression tests provide higher confidence, deployments can be done by one person with no downtime and in only 6 minutes, and rollbacks are also quicker.