removed unneeded line from travis.yml

This commit is contained in:
jkriege2 2020-10-06 12:37:24 +02:00
parent bfbb49dd93
commit 82cef279a3

View File

@ -44,7 +44,6 @@ matrix:
# Install a recent Doxygen
############################################################################
- DOXYGEN_URL="http://doxygen.nl/files/doxygen-1.8.20.linux.bin.tar.gz"
#- DOXYGEN_URL="https://raw.githubusercontent.com/jkriege2/JKQtPlotter/master/ci/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}