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

fix(travis): validate TRAVIS_COMMIT if TRAVIS_PULL_REQUEST_SHA is not… #3094

Merged
merged 1 commit into from
Jul 31, 2018

Commits on Jul 27, 2018

  1. fix(travis): validate TRAVIS_COMMIT if TRAVIS_PULL_REQUEST_SHA is not…

    … set.
    
    Looks like the pre-merge travis run sets TRAVIS_PULL_REQUEST_SHA but the post-merge run does not.
    In the post-merge the TRAVIS_COMMIT should be the PR, so validate it.
    johnjbarton committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    b24b694 View commit details
    Browse the repository at this point in the history