Skip to content

Commit

Permalink
Merge pull request #20 from aaronwolen/update-travis
Browse files Browse the repository at this point in the history
Update Travis
  • Loading branch information
aaronwolen committed Nov 4, 2017
2 parents 8080cd0 + 6baefb3 commit 6d08871
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,12 @@ dist: trusty

before_install:
- sudo apt-get -qq update
- sudo apt-get install -y --no-install-recommends texlive-base texlive-latex-extra texlive-fonts-recommended
- sudo apt-get install -y --no-install-recommends
texlive-latex-base
texlive-latex-recommended
texlive-latex-extra
texlive-fonts-recommended
latex-xcolor
- sudo apt-get install -y pandoc

script:
Expand Down
1 change: 1 addition & 0 deletions example/letter.md
Expand Up @@ -30,6 +30,7 @@ signature-before: -8ex
signature-after: 0ex
closing-indentation: 0pt
links-as-notes: true
colorlinks: true
...

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin mollis dolor vitae tristique eleifend. Quisque non ipsum sit amet velit malesuada consectetur. Praesent vel facilisis leo. Sed facilisis varius orci, ut aliquam lorem malesuada in. Morbi nec purus at nisi fringilla varius non ut dui. Pellentesque bibendum sapien velit. Nulla purus justo, congue eget enim a, elementum sollicitudin eros. Cras porta augue ligula, vel adipiscing odio ullamcorper eu. In tincidunt nisi sit amet tincidunt tincidunt. Maecenas elementum neque eget dolor [egestas fringilla](http://example.com):
Expand Down

0 comments on commit 6d08871

Please sign in to comment.