From dd866ab8956dcbb8d4476293f5a8ce0e61078e20 Mon Sep 17 00:00:00 2001 From: Mathieu Champlon Date: Tue, 8 Sep 2015 06:40:53 +0200 Subject: [PATCH] Moved xsltproc to travis packages --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ba82a37..c7a96e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,11 @@ env: - CXX_STANDARD=c++98 BRANCH_TO_TEST=master - CXX_STANDARD=c++0x BRANCH_TO_TEST=master +addons: + apt: + packages: + - xsltproc + before_install: # Set this to the name of your Boost library # Autodetect library name by using the following code: - PROJECT_TO_TEST=$(basename $(pwd)) @@ -40,7 +45,6 @@ before_install: - git submodule update --init --merge - ./bootstrap.sh - ./b2 headers - - sudo apt-get install -qq xsltproc script: - if [ "$CCFLAGS" != "" ]; then FLAGS="cxxflags=\"$CCFLAGS\" linkflags=\"$LINKFLAGS\""; else FLAGS=""; fi