1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-01-19 07:52:23 +01:00

let travis install fewer packages

asciidoc comes with a bunch of recommends, find out what
is needed for a2x manpages and install that
This commit is contained in:
Klas Lindfors 2014-06-11 16:41:35 +02:00
parent 5744fdbc15
commit caefc07a0f

View File

@ -10,5 +10,5 @@ env:
before_install:
- sudo add-apt-repository -y ppa:yubico/stable
- sudo apt-get update -qq
- sudo apt-get install -qq -y libykclient-dev libpam0g-dev libldap2-dev libykpers-1-dev libyubikey-dev asciidoc
- sudo apt-get install -qq -y --no-install-recommends libykclient-dev libpam0g-dev libldap2-dev libykpers-1-dev libyubikey-dev asciidoc docbook-xml xsltproc libxml2-utils
script: autoreconf -i && ./configure $CONFIGURE_ARGS && make check