Moved xsltproc to travis packages

This commit is contained in:
Mathieu Champlon 2015-09-08 06:40:53 +02:00
parent 613f09faed
commit dd866ab895

View file

@ -22,6 +22,11 @@ env:
- CXX_STANDARD=c++98 BRANCH_TO_TEST=master - CXX_STANDARD=c++98 BRANCH_TO_TEST=master
- CXX_STANDARD=c++0x BRANCH_TO_TEST=master - CXX_STANDARD=c++0x BRANCH_TO_TEST=master
addons:
apt:
packages:
- xsltproc
before_install: before_install:
# Set this to the name of your Boost library # Set this to the name of your Boost library
# Autodetect library name by using the following code: - PROJECT_TO_TEST=$(basename $(pwd)) # Autodetect library name by using the following code: - PROJECT_TO_TEST=$(basename $(pwd))
@ -40,7 +45,6 @@ before_install:
- git submodule update --init --merge - git submodule update --init --merge
- ./bootstrap.sh - ./bootstrap.sh
- ./b2 headers - ./b2 headers
- sudo apt-get install -qq xsltproc
script: script:
- if [ "$CCFLAGS" != "" ]; then FLAGS="cxxflags=\"$CCFLAGS\" linkflags=\"$LINKFLAGS\""; else FLAGS=""; fi - if [ "$CCFLAGS" != "" ]; then FLAGS="cxxflags=\"$CCFLAGS\" linkflags=\"$LINKFLAGS\""; else FLAGS=""; fi