Skip to content

Commit

Permalink
Add Travis CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
James Dinan committed Aug 15, 2016
1 parent c3c402d commit 4066482
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
sudo: required
dist: trusty

addons:
apt:
packages:
- texlive-latex-base
- texlive-latex-recommended
- texlive-latex-extra
- texlive-generic-recommended
- latex-xcolor
- texlive-fonts-recommended
- texlive-fonts-extra

before_install:
install:
script:
- make LATEXOPT=-halt-on-error
- make clean

0 comments on commit 4066482

Please sign in to comment.