Running Continuous Verifications

As part of managing your system objectives, you have identified verifications that you can run that will measure the health of your system. When running CI/CD you are trying to deliver fast and often, some errors could slip through. So it makes sense to run you verifications as part of the Continuous Delivery pipeline.

There are many options for running CI/CD. At the moment this section only covers Travis, but we will be expanding on that list.