First stab at travis CI

This commit is contained in:
Fredrik Fornwall 2016-08-04 11:05:49 -04:00
parent 8107ccd632
commit 237255fe9b

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
sudo: false
language: c
compiler:
- clang
- gcc