I have a valid .travis.yml locally in my repository. Let's take the example from the travis help: https://github.com/travis-ci/build-stages-demo/blob/matrix-expansion/.travis.yml
How can I see the resulting build matrix that travis would create, i.e. an overview of all jobs with all stages like this, without having to commit and push my repository?
PS: I only need the result of the Build Matrix, I don't need the jobs to actually run.