summaryrefslogtreecommitdiff
path: root/test/travis_before_linux.sh
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2020-03-31 10:08:39 +0000
committerJoe Orton <jorton@apache.org>2020-03-31 10:08:39 +0000
commit30ecef2e87d376e06a192f0467769e90e3c5cc9a (patch)
tree4252372daa27ba0fdc2ef21a2c798d978ee864cb /test/travis_before_linux.sh
parent37b7d95791a23243d6341878658d19fa244373bb (diff)
downloadhttpd-30ecef2e87d376e06a192f0467769e90e3c5cc9a.tar.gz
For future debugging ease, output the Travis tag & branch. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1875923 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/travis_before_linux.sh')
-rwxr-xr-xtest/travis_before_linux.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/travis_before_linux.sh b/test/travis_before_linux.sh
index 3d9550169d..41c500f32d 100755
--- a/test/travis_before_linux.sh
+++ b/test/travis_before_linux.sh
@@ -4,6 +4,9 @@ if test -v CLEAR_CACHE; then
rm -rf $HOME/root
fi
+: Travis tag = ${TRAVIS_TAG}
+: Travis branch = ${TRAVIS_BRANCH}
+
# Use a rudimental retry workflow as workaround to svn export hanging for minutes.
# Travis automatically kills a build if one step takes more than 10 minutes without
# reporting any progress.