@azu/travis-scripts
Version:
Scripts that can help automate certain things using Travis CI
13 lines (9 loc) • 357 B
Markdown
# Handle multiple jobs
If your build has multiple jobs, you will want these travis scripts
to be executed only once, and to do that you can use Travis CI's
[`Build Stages`](https://docs.travis-ci.com/user/build-stages).
<div align="center">
<a href="usage.md">← previous step</a> |
<a href="../README.md#usage">table of contents</a>
</div>