[geany/geany] 3e9eb3: Install python-lxml on Travis for the GtkDoc header generation
Colomban Wendling
git-noreply at xxxxx
Thu Feb 18 22:55:10 UTC 2016
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Thu, 18 Feb 2016 22:55:10 UTC
Commit: 3e9eb359ea73aa22addf1cde0f8224ae7b12a9ac
https://github.com/geany/geany/commit/3e9eb359ea73aa22addf1cde0f8224ae7b12a9ac
Log Message:
-----------
Install python-lxml on Travis for the GtkDoc header generation
Modified Paths:
--------------
.travis.yml
Modified: .travis.yml
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -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:
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list