Build Stages: Deploying to GitHub Releases
This example has 2 build stages:
- Two jobs that run tests
- One job that deploys (releases) a file to GitHub Releases
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: