Added Travis build configuration

This commit is contained in:
Martin Lund 2016-05-25 13:05:31 +02:00
parent 51649ebe23
commit 7897b8519c

3
.travis.yml Normal file
View file

@ -0,0 +1,3 @@
language: c
before_script: ./autogen.sh
script: ./configure && make