The build life cycle

A build in Travis CI is made up of two steps:

  • Install: Install any dependencies required. We saw this step in the install block of the YML script.
  • Script: Run the build script. This can be a series of scripts that are run.

Get Hands-On Continuous Integration and Delivery now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.