Add travis.yml

This commit is contained in:
Dale Weiler 2013-01-05 20:31:17 +00:00
parent b8d238d76b
commit 41a01c08e1

6
.travis.yml Normal file
View file

@ -0,0 +1,6 @@
language: c
compiler:
- gcc
- clang
# Change this to your needs
script: make && make check