Skip to content

Commit

Permalink
resort install in .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Olney committed Dec 20, 2015
1 parent 172f987 commit 6996780
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
before_install:
- "sudo apt-get update && sudo apt-get install texlive-latex-extra"
- sudo apt-get update
- sudo apt-get install texlive-latex-extra
script:
- mkdir _build
- pdflatex -output-directory _build ./tex/Hello.tex
Expand All @@ -11,4 +12,5 @@ deploy:
- ./_build/Hello.pdf
skip_cleanup: true
on:
tags: true
branch: master

0 comments on commit 6996780

Please sign in to comment.