mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 18:15:52 +08:00
fixed failing Travi-CI build of documentation (it used an outdated doxygen download link)
This commit is contained in:
parent
e7ac54c403
commit
9fe4a13f1f
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user