Use Travis CI

This commit is contained in:
Li-Wen Hsu 2013-12-21 02:43:21 +08:00
parent 0275f7e970
commit 9f758a772f

5
.travis.yml Normal file
View file

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