From 3e9eb359ea73aa22addf1cde0f8224ae7b12a9ac Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Thu, 18 Feb 2016 23:55:10 +0100 Subject: [PATCH] Install python-lxml on Travis for the GtkDoc header generation --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d5273b497..287c071e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ install: - sudo apt-get install -y python-docutils rst2pdf # try not to install doxygen-latex because we don't need it and it's huge - sudo apt-get install -y --no-install-recommends doxygen + - sudo apt-get install -y python-lxml before_script: - export CFLAGS="-g -O2 -Werror=pointer-arith -Werror=aggregate-return -Werror=implicit-function-declaration" script: -- 2.11.4.GIT