travis.yml: add CI

This commit is contained in:
Peter Simons 2017-01-17 23:04:19 +01:00
parent 19d795c6ab
commit c112f5f3e7

22
.travis.yml Normal file
View File

@ -0,0 +1,22 @@
# .travis.yml
language: c
sudo: false
addons:
apt:
packages:
- sendmail
- texlive
- texlive-latex-extra
- tex4ht
install:
- git clone --depth=1 git://git.savannah.gnu.org/gnulib.git
script:
- ./bootstrap.sh
- ./configure
- make -j$(nproc)
- make check
- make distcheck