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

RFC: fail fast on Travis for old queued builds in same PR or branch #12387

Merged
merged 1 commit into from
Jul 31, 2015

Commits on Jul 30, 2015

  1. fail fast on Travis for multiple queued builds in same PR

    Adjust installation of jq on osx
    
    --only-dependencies is not what I want there
    
    Rearrange travis steps
    
    before_install steps are fatal by default, script steps are not
    (travis runs all of them and marks the build as failed if any returns nonzero exit code)
    
    Fail faster on osx
    
    May as well do check-whitespace before installing deps
    
    Add fast fail for branch builds too
    
    Make sure branch section does not apply to PRs
    tkelman committed Jul 30, 2015
    Configuration menu
    Copy the full SHA
    5f56b9e View commit details
    Browse the repository at this point in the history