First attempt at automated builds.

This commit is contained in:
C Nelson
2013-04-06 22:50:19 -05:00
parent c572611249
commit 1cd536809b
2 changed files with 15 additions and 9 deletions

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: c
compiler:
- clang
- gcc
script: "make"