diff options
author | Joe Orton <jorton@apache.org> | 2020-03-31 12:08:39 +0200 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2020-03-31 12:08:39 +0200 |
commit | 30ecef2e87d376e06a192f0467769e90e3c5cc9a (patch) | |
tree | 4252372daa27ba0fdc2ef21a2c798d978ee864cb /test | |
parent | * modules/ssl/ssl_engine_io.c: Update comment, no function change, [skip ci] (diff) | |
download | apache2-30ecef2e87d376e06a192f0467769e90e3c5cc9a.tar.xz apache2-30ecef2e87d376e06a192f0467769e90e3c5cc9a.zip |
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')
-rwxr-xr-x | test/travis_before_linux.sh | 3 |
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. |