Skip to content

Commit ab04908

Browse files
committed
Use upstream Doxygen archive
1 parent e2b884c commit ab04908

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ matrix:
1818
- $PY_CMD -m pip install --user --upgrade pip wheel
1919
install:
2020
- $PY_CMD -m pip install --user --upgrade sphinx sphinx_rtd_theme breathe flake8 pep8-naming pytest
21-
- curl -fsSL ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.12.linux.bin.tar.gz | tar xz
22-
- export PATH="$PWD/doxygen-1.8.12/bin:$PATH"
21+
- curl -fsSL https://sourceforge.net/projects/doxygen/files/rel-1.8.15/doxygen-1.8.15.linux.bin.tar.gz/download | tar xz
22+
- export PATH="$PWD/doxygen-1.8.15/bin:$PATH"
2323
script:
2424
- tools/check-style.sh
2525
- flake8

0 commit comments

Comments
 (0)