Build Stages: Defining steps using YAML aliases
This example has 3 build stages:
- Two jobs that run tests against Ruby 2.2 and 2.3
- One job that deploys to staging
- Three jobs that runs test against staging
Here’s what the .travis.yml
config could look like:
This is how the build matrix might look:
You can find the code for this example on our demo repository: