mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 18:11:38 +08:00
Update .travis.yml
This commit is contained in:
parent
c984fa335b
commit
39bdc0e44e
@ -12,12 +12,10 @@ install:
|
||||
# Install a recent Doxygen
|
||||
############################################################################
|
||||
- |
|
||||
if [[ "${DOCUMENTATION}" == "true" ]]; then
|
||||
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
|
||||
export PATH=${DEPS_DIR}/doxygen/bin:${PATH}
|
||||
doxygen --version
|
||||
fi
|
||||
|
||||
script:
|
||||
- cd doc
|
||||
|
Loading…
Reference in New Issue
Block a user