Add minimal travis continuous intregration config.

Call configure and distcheck which should verify all the
things we have automation for.
This commit is contained in:
Ralph Giles 2015-05-20 10:55:16 -07:00
parent 1837844310
commit 98a7755b37

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: c
script:
- ./autogen.sh
- ./configure
- make distcheck