Add basic Travis CI support

Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
Lukas Fleischer
2017-08-28 07:30:38 +02:00
parent 3efb3e42c9
commit fad4a5f4e0
+10
View File
@@ -0,0 +1,10 @@
language: c
addons:
apt:
packages:
- asciidoc
- autopoint
- xmlto
script: ./autogen.sh && ./configure && make && make check