summaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2019-03-04 18:41:04 (GMT)
committerMats Wichmann <mats@linux.com>2019-03-04 18:41:04 (GMT)
commit0c02062ec5ca6f972838637e2ffb9a0132d5e1af (patch)
treef971f465bbb858ce73c4e8a89fd8b694714a433f /.travis
parent9e857aa8197bc12b7309527e10b2a31bd9601f59 (diff)
downloadSCons-0c02062ec5ca6f972838637e2ffb9a0132d5e1af.zip
SCons-0c02062ec5ca6f972838637e2ffb9a0132d5e1af.tar.gz
SCons-0c02062ec5ca6f972838637e2ffb9a0132d5e1af.tar.bz2
[PYPY] further adjust travis-ci pypy3 build
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 6510f17..feb3dd4 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -23,8 +23,8 @@ else
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-latex3 biber texmaker ghostscript
+ # dependencies for latex tests (try to skip the huge doc pkgs)
+ sudo apt-get -y --no-install-recommends install texlive texlive-latex3 biber texmaker ghostscript
# 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