add Travis CI configuration

This commit is contained in:
Brent Cook 2014-12-14 20:46:14 -06:00
parent c2dccc1418
commit 733c252857

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: c
compiler:
- clang
- gcc
script: "./dist.sh"