Skip to content

Commit

Permalink
Add Travis build configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasKappe committed Oct 31, 2018
1 parent 1f8dbdb commit 0429746
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
install:
- sudo apt-get install chktex

script:
- chktex -W
- chktex -q *.tex *.sty 2>/dev/null | tee lint.out
- test ! -s lint.out
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
UCL LaTeX Beamer theme
UCL LaTeX Beamer theme [![Build Status](https://travis-ci.com/UCL/ucl-beamer.svg?branch=master)](https://travis-ci.com/UCL/ucl-beamer)
======================

by Simon Byrne (based on the original template by Maurizio Filippone)
Expand Down

0 comments on commit 0429746

Please sign in to comment.