Build Stages: Defining different steps on different stages
This example has 2 build stages:
- Two jobs that run different suites of tests against Ruby 2.3.1
- One job that runs a custom deploy script that doesn’t require running the default
install
orscript
steps
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: