Add .travis.yml

This commit is contained in:
Frank Denis 2013-04-25 23:20:08 -07:00
parent 9ce73f07e5
commit a3e13fa37d

8
.travis.yml Normal file
View File

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