Skip to content

Instantly share code, notes, and snippets.

@zbeekman
Forked from snim2/.travis.yml
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zbeekman/77ca69ef35974fcdf77f to your computer and use it in GitHub Desktop.
Save zbeekman/77ca69ef35974fcdf77f to your computer and use it in GitHub Desktop.
install:
- sudo apt-get install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
- sudo apt-get install chktex
script:
- make
- chktex -W # Print version information.
- chktex -q -n 6 *.tex chapters.*.tex 2>/dev/null | tee lint.out
# If lint output is non-empty report an error.
- test ! -s lint.out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment