Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pescara committed Dec 20, 2017
1 parent 45b3145 commit 703876d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
before_install:
- sudo apt-get update
- sudo apt-get install -y texlive-latex-extra texlive-lang-german texlive-math-extra
script:
- pdflatex -interaction=nonstopmode ./ELT1.tex
- pdflatex -interaction=nonstopmode ./ELT1.tex
deploy:
provider: releases
api_key: $GITHUB_RELEASE_TOKEN
file:
- ./ELT1.pdf
skip_cleanup: true
on:
tags: true

0 comments on commit 703876d

Please sign in to comment.