diff options
author | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2016-11-06 21:31:02 +0100 |
---|---|---|
committer | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2017-03-14 20:36:38 +0100 |
commit | 03db9833e833959bb2414b736fddb967763d0d4f (patch) | |
tree | 2eb154ca40f04e9d3eea449598b0fb075e621ad5 /.travis.yml | |
parent | 33153b8f3a2e4974ae5b1e9f4017f669e35207fe (diff) | |
download | volse-hubzilla-03db9833e833959bb2414b736fddb967763d0d4f.tar.gz volse-hubzilla-03db9833e833959bb2414b736fddb967763d0d4f.tar.bz2 volse-hubzilla-03db9833e833959bb2414b736fddb967763d0d4f.zip |
:green_heart: Update Travis CI's Doxygen.
Travis CI has Doxygen 1.7. We need 1.8 to generate our API
documentation. Get a static version and use it.
Always build API Documentation, but changed Doxygen configuration to
only print out errors in the documentation generation, so these can be
reviewed.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 6938033ce..1412390ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,8 +21,9 @@ addons: # Install dependencies for generating API documentation with doxygen apt: packages: - - doxygen - - doxygen-latex + # default doxygen 1.7 is too old, we install our own + #- doxygen + #- doxygen-latex - graphviz - ttf-liberation @@ -75,6 +76,7 @@ matrix: cache: directories: - $HOME/.composer/cache + - $HOME/doxygen/doxygen-$DOXY_VER/bin |