diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-02-15 04:20:19 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2019-02-15 04:20:19 (GMT) |
commit | 62584f156d4e2fef72de4ac31d76f0f7d759624a (patch) | |
tree | 882a4b3440f86775e81b9c2b9be3cfd7e1be7929 /.travis | |
parent | 334e11d04bb3be2f0ed93f929548e6cdc84c3158 (diff) | |
download | SCons-62584f156d4e2fef72de4ac31d76f0f7d759624a.zip SCons-62584f156d4e2fef72de4ac31d76f0f7d759624a.tar.gz SCons-62584f156d4e2fef72de4ac31d76f0f7d759624a.tar.bz2 |
Add ghostscript to travis config to ensure dvipdf is installed
Diffstat (limited to '.travis')
-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 c1a4d02..4f3cbae 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -24,7 +24,7 @@ else # 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 |