Continuous Integration - acolorbright/handbook GitHub Wiki

We should always use continuous integration for every project. Currently our CI of choice is Semaphore. GitHub should be configured so that a push to master (and in the case of projects with review apps, also pushes to review branches) triggers a build on Semaphore. Deployments should only occur if the CI build passes.