diff options
author | Daniel Moody <dmoody256@gmail.com> | 2018-08-10 21:25:26 (GMT) |
---|---|---|
committer | Daniel Moody <dmoody256@gmail.com> | 2018-08-10 21:25:26 (GMT) |
commit | 17fe6134fee6c574f27405d480572549f433c5be (patch) | |
tree | 8402a15e80ad62d68be1fb9155c0715c41fd9e79 /.travis/install.sh | |
parent | 15ec7da378436e4d9ddb197a6bad43c7059b336c (diff) | |
download | SCons-17fe6134fee6c574f27405d480572549f433c5be.zip SCons-17fe6134fee6c574f27405d480572549f433c5be.tar.gz SCons-17fe6134fee6c574f27405d480572549f433c5be.tar.bz2 |
trying just some of the base packages, no docs or extra langs
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 16f7263..c15e991 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-full biber texmaker +sudo apt-get -y install texlive texlive-bibtex-extra 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 |