You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
thesis/.travis.yml

11 lines
373 B

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