For future debugging ease, output the Travis tag & branch.
Don't fail the Travis build for ppc64le jobs, which are also unreliable.
e.g. https://travis-ci.org/github/apache/httpd/jobs/
670727360
[under CTR for Travis-specific changes]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1876481 13f79535-47bb-0310-9956-
ffa450edef68
env: CONFIG="--enable-mods-shared=reallyall"
- arch: arm64
env: CONFIG="--enable-mods-shared=reallyall"
+ - arch: ppc64le
+ env: CONFIG="--enable-mods-shared=reallyall"
# CPAN modules are to be used with the system Perl and always with
# CC=gcc, e.g. for the CC="gcc -m32" case the builds are not correct
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.