Closed tverlaan closed 4 years ago
TRAVIS_BRANCH points to target branch in PRs
From the documentation
TRAVIS_BRANCH: for push builds, or builds not triggered by a pull request, this is the name of the branch. for builds triggered by a pull request this is the name of the branch targeted by the pull request.
TRAVIS_BRANCH:
@tverlaan interesting! I think we might have several builds that wrong. I noticed yesterday asdf-erlang was also using TRAVIS_BRANCH.
TRAVIS_BRANCH
TRAVIS_BRANCH points to target branch in PRs
From the documentation