add .travis.yml

This commit is contained in:
Kosma Moczek 2014-09-02 22:05:39 +02:00
parent e81f908109
commit d303b73c40

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: c
compiler:
- gcc
- clang
install: apt-get install check
script: make test