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

Switch from unreliable to more stable Travis variable. #9

Merged
merged 1 commit into from
Sep 26, 2016

Commits on Sep 26, 2016

  1. Switch from unreliable to more stable Travis variable.

    TRAVIS_COMMIT_RANGE seems to have many people complaining about it
    online, and we've had cases where it fails to check pull requests
    properly. Use TRAVIS_BRANCH and Git FETCH_HEAD instead, which should
    be more stable. See the discussion here:
    travis-ci/travis-ci#1719
    
    Signed-off-by: Kristian Amlie <[email protected]>
    kacf committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    c217b58 View commit details
    Browse the repository at this point in the history