Skip to content

Commit 181edcf

Browse files
committed
Use upstream Doxygen archive
1 parent e2b884c commit 181edcf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ 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+
- wget http://doxygen.nl/files/doxygen-1.8.15.linux.bin.tar.gz
22+
- tar xzvf doxygen-1.8.15.linux.bin.tar.gz
23+
- export PATH="$PWD/doxygen-1.8.15/bin:$PATH"
2324
script:
2425
- tools/check-style.sh
2526
- flake8

0 commit comments

Comments
 (0)