Add first travis config file

This commit is contained in:
Anthony Green
2013-01-11 10:57:30 -05:00
parent bff052d9cd
commit 90720962ce

6
.travis.yml Normal file
View File

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