Skip to content

Instantly share code, notes, and snippets.

@mcupak
Created October 9, 2017 05:26
Show Gist options
  • Select an option

  • Save mcupak/083458cc5da0d7533fde4e371a1f0073 to your computer and use it in GitHub Desktop.

Select an option

Save mcupak/083458cc5da0d7533fde4e371a1f0073 to your computer and use it in GitHub Desktop.
LaTeX Travis setup.
sudo: required
dist: trusty
before_install:
- sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends texlive-full
script:
- pdflatex -interaction=nonstopmode -halt-on-error *.tex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment