Add travis file for testing

This commit is contained in:
Jacob Quinn 2014-08-07 17:04:03 -04:00
parent 91a77d7588
commit 9acfadd21d

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: c
compiler:
- gcc
- clang
notifications:
email: false
script:
- make && make check