diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-02-28 14:45:12 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-02-28 14:45:12 -0500 |
commit | 754c98e8df1dbbb73678b479ab4c415d1b4cae14 (patch) | |
tree | 2fa8d366fb87aea9b9c178d2a8ed7fb9860d1a08 /.travis.yml | |
parent | 9caac1075ee34c0a4fb14a0695d04ae5bc7a9032 (diff) |
configure.ac: we don't need xsltproc, but making doc's does
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2db3a5ca15..700a1f857e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ compiler: - clang before_install: - sudo apt-get update -qq - - sudo apt-get install autotools-dev automake autoconf libtool gperf + - sudo apt-get install autotools-dev automake autoconf libtool gperf xsltproc script: ./autogen.sh && ./configure && make V=1 distcheck notifications: irc: |