fixup! travis: fix skipping tagged releases

Add the comment that we added to the patch series intended for upstream
git.git.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2019-01-15 16:58:01 +01:00
parent 1b512ad99f
commit dd3edb09d0

View File

@@ -2,7 +2,8 @@
if test true = "$TRAVIS"
then
# We are running within Travis CI
# When building a PR, TRAVIS_BRANCH refers to the *target* branch. Not
# what we want here. We want the source branch instead.
CI_BRANCH="${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}"
CI_COMMIT="$TRAVIS_COMMIT"
CI_JOB_ID="$TRAVIS_JOB_ID"