Created
October 9, 2017 05:26
-
-
Save mcupak/083458cc5da0d7533fde4e371a1f0073 to your computer and use it in GitHub Desktop.
LaTeX Travis setup.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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