Skip to content

Commit

Permalink
Forgot building PDF, ccicons isn't working, just generate latex to ma…
Browse files Browse the repository at this point in the history
…ke sure that works
  • Loading branch information
jterrace committed Oct 3, 2012
1 parent 61f0b0c commit a1ac8e9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Expand Up @@ -6,9 +6,10 @@ python:

before_install:
- sudo apt-get remove chromium firefox mongodb-10gen
- sudo apt-add-repository -y ppa:texlive-backports/ppa
- sudo apt-get update
- sudo apt-get install texlive
# - sudo apt-add-repository -y ppa:texlive-backports/ppa
# - sudo apt-get update
# - sudo apt-get install texlive

install:
- "pip install -r requirements.txt --use-mirrors"
Expand All @@ -18,4 +19,4 @@ script:
- make singlehtml && make singlehtml
- make text
- make singletext
- make latexpdf
- make latex

0 comments on commit a1ac8e9

Please sign in to comment.