Skip to content

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

Closed
@dstufft

Description

@dstufft

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions