Files
Seminararbeit_2020/.travis.yml
Michael Bredel 60e11dc575 Initial commit.
Connection to the Travis-CI to check each commit.
2017-11-12 00:26:34 +01:00

12 lines
373 B
YAML

sudo: required
dist: trusty
branches:
only:
- master
before_install:
- sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends texlive-full
script:
- pdflatex -interaction=nonstopmode -halt-on-error thesis.tex
- test -f thesis-blx.bib && ( bibtex thesis; pdflatex thesis.tex )
- pdflatex -interaction=nonstopmode -halt-on-error thesis.tex