Use Travis CI

This commit is contained in:
Li-Wen Hsu 2013-12-21 02:43:21 +08:00
parent 25922000de
commit d6191a56a3

5
.travis.yml Normal file
View File

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