Initial commit.

Connection to the Travis-CI to check each commit.
pull/3/head
Michael Bredel 7 years ago committed by GitHub
parent 802e1b3453
commit 60e11dc575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      .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
Loading…
Cancel
Save