Skip to content

Commit

Permalink
Attemping to use newer pdflatex on travis-ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
shumway committed Jul 26, 2014
1 parent dbc8756 commit c0ce286
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@
language: python

python:
- "2.7"
- "2.7"

# We need to install pdflatex in the build environment.
# Copied from https://github.com/pussinboots/book/blob/master/.travis.yml
before_install:
- yes "" | sudo apt-add-repository ppa:texlive-backports/ppa
- sudo apt-get update -qq
- sudo apt-get install texlive-xetex texlive-fonts-recommended texlive-latex-recommended texlive-latex-extra

script:
- >
pdflatex -interaction=nonstopmode dis.tex
- >
pdflatex -interaction=nonstopmode dis.tex

0 comments on commit c0ce286

Please sign in to comment.