Add .travis.yml file to test Travis CI

Testing in progress, expect more changes soon.

Closes #32
This commit is contained in:
dmiller 2014-12-30 17:21:42 +00:00
parent 4b9a96dd31
commit dcff4ea4ea

6
.travis.yml Normal file
View file

@ -0,0 +1,6 @@
language: c
compiler:
- gcc
- clang
# Change this to your needs
script: ./configure && make