Again Continuous Integration

Question:
What is Continuous Integration?

  1. Deploying to a testing or staging environment
  2. Working in long-lived development branches
  3. The process of continuous building, testing, and integrating into the master branch
  4. Rapidly and safely deploying code to a production-like environment
Answer:
C - is the correct answer. After testing, this results in potentially deployable code