Skip to content

Commit

Permalink
Add a PPA for TeX packages.
Browse files Browse the repository at this point in the history
Fixes #113.
  • Loading branch information
craigcitro committed Apr 7, 2014
1 parent 99eb1d2 commit d959860
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/travis-tool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ BootstrapLinux() {

BootstrapLinuxOptions() {
if [[ -n "$BOOTSTRAP_LATEX" ]]; then
# We add a backports PPA for more recent TeX packages.
sudo add-apt-repository -y "ppa:texlive-backports/ppa"

Retry sudo apt-get install --no-install-recommends \
texlive-base texlive-latex-base texlive-generic-recommended \
texlive-fonts-recommended texlive-fonts-extra \
Expand Down

0 comments on commit d959860

Please sign in to comment.