Update .travis.yml

This commit is contained in:
Jan W. Krieger 2019-01-15 11:26:20 +01:00 committed by GitHub
parent 9b4c7b421a
commit da80648ad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,12 +6,12 @@ branches:
addons:
apt:
packages:
- doxygen
script:
- wget -O - "http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.15.linux.bin.tar.gz" | tar xz -C ${TMPDIR-/tmp} doxygen-1.8.15/bin/doxygen
- cd doc
- doxygen Doxyfile
- ../doxygen-1.8.15/bin/doxygen --version
- ../doxygen-1.8.15/bin/doxygen Doxyfile
deploy:
provider: pages
@ -19,4 +19,4 @@ deploy:
local_dir: doc/html
github_token: $GH_REPO_TOKEN
on:
branch: master
branch: master