Skip to content

Commit f59d3ce

Browse files
authored
Create .travis.yml
1 parent 49b8df2 commit f59d3ce

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
before_install:
2+
- sudo apt-get update
3+
- sudo apt-get install -y texlive-latex-extra texlive-lang-german texlive-math-extra
4+
script:
5+
- pdflatex -interaction=nonstopmode ./Elo1.tex
6+
- pdflatex -interaction=nonstopmode ./Elo1.tex
7+
deploy:
8+
provider: releases
9+
api_key: $GITHUB_RELEASE_TOKEN
10+
file:
11+
- ./Elo1.pdf
12+
skip_cleanup: true
13+
on:
14+
tags: true

0 commit comments

Comments
 (0)