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:
parent
1837844310
commit
98a7755b37
5
.travis.yml
Normal file
5
.travis.yml
Normal file
@ -0,0 +1,5 @@
|
||||
language: c
|
||||
script:
|
||||
- ./autogen.sh
|
||||
- ./configure
|
||||
- make distcheck
|
Loading…
Reference in New Issue
Block a user