From 60e11dc575945d6e96b337883a79352318dc413a Mon Sep 17 00:00:00 2001 From: Michael Bredel Date: Sun, 12 Nov 2017 00:26:34 +0100 Subject: [PATCH] Initial commit. Connection to the Travis-CI to check each commit. --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .travis.yml 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