Update .travis.yml

This commit is contained in:
Jan W. Krieger 2019-01-15 11:37:28 +01:00 committed by GitHub
parent c984fa335b
commit 39bdc0e44e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,12 +12,10 @@ install:
# Install a recent Doxygen # Install a recent Doxygen
############################################################################ ############################################################################
- | - |
if [[ "${DOCUMENTATION}" == "true" ]]; then
DOXYGEN_URL="http://doxygen.nl/files/doxygen-1.8.15.linux.bin.tar.gz" DOXYGEN_URL="http://doxygen.nl/files/doxygen-1.8.15.linux.bin.tar.gz"
mkdir doxygen && travis_retry wget --quiet -O - ${DOXYGEN_URL} | tar --strip-components=1 -xz -C doxygen mkdir doxygen && travis_retry wget --quiet -O - ${DOXYGEN_URL} | tar --strip-components=1 -xz -C doxygen
export PATH=${DEPS_DIR}/doxygen/bin:${PATH} export PATH=${DEPS_DIR}/doxygen/bin:${PATH}
doxygen --version doxygen --version
fi
script: script:
- cd doc - cd doc