Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Conversation

localheinz
Copy link
Contributor

This PR

  • allows builds to finish as fast as possible

πŸ’β€β™‚οΈ For reference, see https://docs.travis-ci.com/user/customizing-the-build#Fast-Finishing:

If some rows in the build matrix are allowed to fail, the build won’t be marked as finished until they have completed.

To set the build to finish as soon as possible, add fast_finish: true to the matrix section of your .travis.yml like this:

matrix:
 fast_finish: true

Now, a build will finish as soon as a job has failed, or when the only jobs left allow failures.

@localheinz
Copy link
Contributor Author

Closing in favour of 6a7c407, see #721.

@localheinz localheinz closed this Jan 7, 2017
@localheinz localheinz deleted the feature/fast-finish branch January 7, 2017 11:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants