Travis CI PDF auto-creator.

This should work.
This commit is contained in:
zgrep 2017-03-08 19:26:37 -05:00 committed by GitHub
parent f66528e9b4
commit b236b15639
1 changed files with 16 additions and 0 deletions

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
language: generic
addons:
apt:
packages:
- texlive-latex-extra
- cm-super
script:
- mkdir build
- pdflatex -interaction=nonstopmode -halt-on-error -output-directory build lawguide.tex
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: build
on:
branch: master