diff options
author | Daniel Moody <dmoody256@gmail.com> | 2018-08-10 22:12:22 (GMT) |
---|---|---|
committer | Daniel Moody <dmoody256@gmail.com> | 2018-08-10 22:12:22 (GMT) |
commit | eea7786935c30c9048bd186849f269b39fd174ab (patch) | |
tree | 43f6a1eafcf1a86e89d71c6c2fe724790c717ac5 /.travis/install.sh | |
parent | 17fe6134fee6c574f27405d480572549f433c5be (diff) | |
download | SCons-eea7786935c30c9048bd186849f269b39fd174ab.zip SCons-eea7786935c30c9048bd186849f269b39fd174ab.tar.gz SCons-eea7786935c30c9048bd186849f269b39fd174ab.tar.bz2 |
removing the biber-extras for reduced travis install footprint
Diffstat (limited to '.travis/install.sh')
-rwxr-xr-x | .travis/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/install.sh b/.travis/install.sh index c15e991..24735a8 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -8,7 +8,7 @@ sudo apt-get -y install gdc # dependencies for docbook tests sudo apt-get -y install docbook-xml xsltproc libxml2-dev libxslt-dev fop docbook-xsl-doc-pdf # dependencies for latex tests -sudo apt-get -y install texlive texlive-bibtex-extra texlive-latex3 biber texmaker +sudo apt-get -y install texlive texlive-latex3 biber texmaker # need some things for building dependencies for other tests sudo apt-get -y install python-pip python-dev build-essential libpcre3-dev autoconf automake libtool bison subversion git # dependencies for docbook tests continued |