Skip to content

Commit

Permalink
Corrected file names in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dav1d-wright committed May 27, 2018
1 parent e0577e4 commit 1bcedf0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ before_script:
- pwd
script:
# Prefix command with travis_wait x so it times out after 3 mins, because when the LaTeX doesn't compile pdflatex just hangs instead of quitting.
- travis_wait 3 pdflatex -interaction=nonstopmode -halt-on-error ./VorlageZFLaTex.tex
# - bibtex ./VorlageZFLaTex.aux
- travis_wait 3 pdflatex -interaction=nonstopmode -halt-on-error ./VorlageZFLaTex.tex
- travis_wait 3 pdflatex -interaction=nonstopmode -halt-on-error ./VorlageZFLaTex.tex
- travis_wait 3 pdflatex -interaction=nonstopmode -halt-on-error ./Vorlage.tex
# - bibtex ./Vorlage.aux
- travis_wait 3 pdflatex -interaction=nonstopmode -halt-on-error ./Vorlage.tex
- travis_wait 3 pdflatex -interaction=nonstopmode -halt-on-error ./Vorlage.tex

before_deploy:
- dir
Expand All @@ -28,7 +28,7 @@ deploy:
api_key:
secure: $GITHUB_RELEASE_TOKEN
file:
- ./VorlageZFLaTex.pdf
- ./Vorlage.pdf
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit 1bcedf0

Please sign in to comment.