Skip to content
Snippets Groups Projects
Commit 24b29a74 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Updated doxygen version on travis

(hopefully solve a problem with belfast-8 not showing properly)

[makedoc]
parent 8d71ebb7
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ install: ...@@ -31,7 +31,7 @@ install:
# doxygen from its repository (apt-get gets an old version) # doxygen from its repository (apt-get gets an old version)
# - test "$MAKEDOC" == yes && ./.travis.install.doxygen || true # - test "$MAKEDOC" == yes && ./.travis.install.doxygen || true
# it seems that here we can get precompiled doxygen and latex # it seems that here we can get precompiled doxygen and latex
- test "$MAKEDOC" == yes && sudo apt-add-repository -y ppa:libreoffice/libreoffice-4-2 || true - test "$MAKEDOC" == yes && sudo apt-add-repository -y ppa:libreoffice/ppa || true
- test "$MAKEDOC" == yes && sudo apt-get update -qq || true - test "$MAKEDOC" == yes && sudo apt-get update -qq || true
- test "$MAKEDOC" == yes && sudo apt-get install -y doxygen doxygen-latex || true - test "$MAKEDOC" == yes && sudo apt-get install -y doxygen doxygen-latex || true
- test "$VALGRIND" == yes && sudo apt-get install -y valgrind || true - test "$VALGRIND" == yes && sudo apt-get install -y valgrind || true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment