Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add feature to print the expanded job matrix #808

Open
ccope opened this issue Aug 27, 2021 · 0 comments
Open

Add feature to print the expanded job matrix #808

ccope opened this issue Aug 27, 2021 · 0 comments

Comments

@ccope
Copy link

ccope commented Aug 27, 2021

It's hard to understand whether you have configured the job matrix/includes/excludes properly without actually running the build. Please add a CLI command to generate the list of jobs that will be evaluated based upon .travis.yml.

Use case: I'm trying to create a workflow where one job checks code formatting, and then the main build + tests run against the matrix of compiler versions. The docs are unclear whether I am including/excluding jobs correctly so I would like to verify without triggering a bunch of builds through trial and error.

Related Stackoverflow question: https://stackoverflow.com/questions/54231293/test-build-matrix-expansion-of-travis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@ccope and others