Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/HSR-Stud/Phy1
Browse files Browse the repository at this point in the history
  • Loading branch information
pescara committed Dec 22, 2017
2 parents d20a57c + 2d3f3a3 commit a592366
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 ./Physik1.tex
- pdflatex -interaction=nonstopmode ./Physik1.tex
deploy:
provider: releases
api_key: $GITHUB_RELEASE_TOKEN
file:
- ./Physik1.pdf
skip_cleanup: true
on:
tags: true

0 comments on commit a592366

Please sign in to comment.