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

Don't wait for allowed_failures on travis builds? #19

Closed
dstufft opened this issue Feb 11, 2017 · 3 comments
Closed

Don't wait for allowed_failures on travis builds? #19

dstufft opened this issue Feb 11, 2017 · 3 comments

Comments

@dstufft
Copy link
Member

dstufft commented Feb 11, 2017

Currently we have a matrix item in Travis for allowed_failure. This is fine to do, but travis won't mark the build successful or failed until that job has finished even though it won't ultimately effect the outcome. One option we can do is to set:

matrix:
  fast_finish: true

Which will tell travis to report the status of the job as soon as all of the non allowed failure builds are done, while still running the allowed failure build.

@brettcannon
Copy link
Member

Fine by me, although knowing the coverage can be useful (but I suspect people will wait to see that report anyway). So I say submit a PR! 😄

@brettcannon
Copy link
Member

Documentation of the configuration value: https://docs.travis-ci.com/user/customizing-the-build#Fast-Finishing

@dstufft dstufft closed this as completed Feb 15, 2017
@brettcannon
Copy link
Member

Thanks for merging and closing, @dstufft !

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