summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2018-08-29 17:52:54 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2018-08-29 17:52:54 (GMT)
commit0357e3670d475fbd0a1b56b6fb05f78e92ad8485 (patch)
tree37d3037bb64ec1a7864da55af8db4fd84910b84a
parent89c88be869b988b79a15ad7a5a3ba4b60cd9b439 (diff)
downloadSCons-0357e3670d475fbd0a1b56b6fb05f78e92ad8485.zip
SCons-0357e3670d475fbd0a1b56b6fb05f78e92ad8485.tar.gz
SCons-0357e3670d475fbd0a1b56b6fb05f78e92ad8485.tar.bz2
Add ghostscript to travis package install to get dvipdf
-rwxr-xr-x.travis/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index ddef1e6..50331e5 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -10,7 +10,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-latex3 biber texmaker
+sudo apt-get -y 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