diff --git a/.travis.yml b/.travis.yml index 71ed77a..94d11b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -28,7 +28,7 @@ deploy: api_key: secure: $GITHUB_RELEASE_TOKEN file: - - ./VorlageZFLaTex.pdf + - ./Vorlage.pdf skip_cleanup: true on: tags: true