fixed failing Travi-CI build of documentation (it used an outdated doxygen download link)

This commit is contained in:
jkriege2 2020-06-28 10:19:34 +02:00
parent e7ac54c403
commit 9fe4a13f1f

View File

@ -40,7 +40,7 @@ matrix:
############################################################################
# Install a recent Doxygen
############################################################################
- DOXYGEN_URL="http://doxygen.nl/files/doxygen-1.8.16.linux.bin.tar.gz"
- DOXYGEN_URL="http://doxygen.nl/files/doxygen-1.8.18.linux.bin.tar.gz"
- mkdir doxygen
- travis_retry wget -O - ${DOXYGEN_URL} | tar --strip-components=1 -xz -C doxygen
- export PATH=${DEPS_DIR}/doxygen/bin:${PATH}