travis: Enable documentation build

Make sure Doxygen is installed before we build.

Signed-off-by: Daniel Stone <daniels@collabora.com>
master
Daniel Stone 2016-03-15 11:30:57 +00:00
parent a2974d5f8a
commit b04344ff63
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ language: c
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install xutils-dev - sudo apt-get install xutils-dev doxygen
compiler: compiler:
- gcc - gcc