Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pescara authored Dec 20, 2017
1 parent 182b658 commit a201d7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ 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
- pdflatex -interaction=nonstopmode ./ProgGru.tex
- pdflatex -interaction=nonstopmode ./ProgGru.tex
deploy:
provider: releases
api_key: $GITHUB_RELEASE_TOKEN
file:
- ./ELT1.pdf
- ./ProgGru.pdf
skip_cleanup: true
on:
tags: true

0 comments on commit a201d7c

Please sign in to comment.