diff options
author | Mats Wichmann <mats@linux.com> | 2019-06-17 09:33:32 -0600 |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2019-06-17 09:33:32 -0600 |
commit | ced31ce9ea3346c78e0763449be7b810c45bb3ba (patch) | |
tree | 0806027dcbe2ddec56a4b529afaab4e6c818fa8f | |
parent | b66c759be505e40a7d8f5360724090a6a00be46d (diff) | |
download | scons-git-ced31ce9ea3346c78e0763449be7b810c45bb3ba.tar.gz |
[PR #3392] add a few more TeX packages
skip fewer tests
Signed-off-by: Mats Wichmann <mats@linux.com>
-rwxr-xr-x | .travis/install.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis/install.sh b/.travis/install.sh index 9146e6c94..64a300bc2 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -30,9 +30,7 @@ else # docbook-slides should be added but triggers GH #3393 so left out for now. # 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 - # Should add the following, holding off since it slows down provisioning: - # texlive-bibtex-extra texlive-latex-extra texlive-font-utils + sudo apt-get -y --no-install-recommends install texlive texlive-latex3 biber texmaker ghostscript texlive-bibtex-extra texlive-latex-extra texlive-font-utils # texlive-latex3 no longer exists, failover to texlive-latex-recommended # need some things for building dependencies for other tests |