diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..5bc078b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +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