From 09214ae3f8433abb15ce8d3888b7f7410f56f3b0 Mon Sep 17 00:00:00 2001 From: Mathieu Champlon Date: Sat, 10 Oct 2015 10:04:20 +0200 Subject: [PATCH] Used local docbook packages --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index d8f0cfe..5064883 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,8 +28,13 @@ addons: apt: packages: - xsltproc + - docbook-xsl + - docbook-xml before_install: + - DOCBOOK_XSL_DIR=/usr/share/xml/docbook/stylesheet/docbook-xsl + - DOCBOOK_DTD_DIR=/usr/share/xml/docbook/schema/dtd/4.2 + # Set this to the name of your Boost library # Autodetect library name by using the following code: - PROJECT_TO_TEST=$(basename $(pwd)) - PROJECT_TO_TEST=$(basename $(pwd))