Add Travis-CI configuration file

This commit is contained in:
Alexander Barton 2013-03-25 15:24:47 +01:00
parent a14eb495b7
commit 7ed06b2189
1 changed files with 5 additions and 0 deletions

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: c
compiler:
- gcc
- clang
script: ./autogen.sh && ./configure && make check