Skip to content

Commit

Permalink
adds travis CI to repo
Browse files Browse the repository at this point in the history
- adds .travis.yml which controls the travis CI builds for latex
  • Loading branch information
ahelm committed May 3, 2017
1 parent 384ef4b commit 6cbe552
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
@@ -0,0 +1,12 @@
before_install:
- "sudo apt-get update && sudo apt-get install --no-install-recommends texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra texlive-latex-recommended dvipng"
script:
- mkdir _build
- pdflatex -output-directory _build my-favorite-physicist.tex
notifications:
email:
recipients:
- latex3-commits@tug.org
on_success: change
on_failure: always
on_start: never

2 comments on commit 6cbe552

@josephwright
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You've got the LaTeX team mail for email here: probably you don't mean that!

@ahelm
Copy link
Owner Author

@ahelm ahelm commented on 6cbe552 May 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah yes. sorry. should have been mine 😞

Please sign in to comment.