Add basic Travis CI support

Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
Lukas Fleischer 2017-08-22 22:18:31 +02:00
parent 3efb3e42c9
commit fad4a5f4e0

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: c
addons:
apt:
packages:
- asciidoc
- autopoint
- xmlto
script: ./autogen.sh && ./configure && make && make check