aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
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