summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Cemin <david.cemin@coveloz.com>2015-05-19 10:20:22 -0400
committerDavid Cemin <david.cemin@coveloz.com>2015-05-19 10:20:22 -0400
commitf79a89f38f340ed9478ae381c411ae1a6251ab35 (patch)
treeeff8ec6277d5584c716b5beaa403b9bd616f55a0 /.travis.yml
parent4eb293cf25afe0e0dcbf9ff9700c6858711881d5 (diff)
downloadOpen-AVB-f79a89f38f340ed9478ae381c411ae1a6251ab35.tar.gz
[gPTP doc] Travis needs to install doc packages as well.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d4bf5b55..39437698 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,8 @@ git:
before_install:
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
- git submodule update --init --recursive
+ - sudo apt-get update -qq
+ - sudo apt-get install doxygen graphviz
compiler:
- gcc
env: BUILD_KERNEL=3.13.0-36-generic